Interface AiToolDescriptorProvider

All Known Implementing Classes:
AiToolDescriptorProviderImpl

public interface AiToolDescriptorProvider
Resolves the AiToolDescriptor (name and description) for a tool method.
  • Method Details

    • getDescriptor

      AiToolDescriptor getDescriptor(JmixAiTool tool, Method toolMethod)
      Resolves the descriptor for the given tool method.
      Parameters:
      tool - the tool bean declaring the method
      toolMethod - the @Tool-annotated method
      Returns:
      the resolved descriptor