Class AiToolDescriptor

java.lang.Object
io.jmix.aitools.tool.AiToolDescriptor

public class AiToolDescriptor extends Object
The model-facing identity of an AI tool method: its name and description.
  • Field Details

    • name

      protected String name
    • description

      protected String description
  • Constructor Details

    • AiToolDescriptor

      public AiToolDescriptor(String name, String description)
  • Method Details

    • getName

      public String getName()
      Returns the tool name presented to the model.
      Returns:
      tool name
    • getDescription

      public String getDescription()
      Returns the tool description presented to the model.
      Returns:
      tool description