Package io.jmix.aitools.tool
Interface AiToolDescriptorProvider
- All Known Implementing Classes:
AiToolDescriptorProviderImpl
public interface AiToolDescriptorProvider
Resolves the
AiToolDescriptor (name and description) for a tool method.-
Method Summary
Modifier and TypeMethodDescriptiongetDescriptor(JmixAiTool tool, Method toolMethod) Resolves the descriptor for the given tool method.
-
Method Details
-
getDescriptor
Resolves the descriptor for the given tool method.- Parameters:
tool- the tool bean declaring the methodtoolMethod- the@Tool-annotated method- Returns:
- the resolved descriptor
-