Annotation Interface ToolParam


Marks a tool argument.
Since:
1.0.0
Author:
Thomas Vitale
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The description of the tool argument.
    boolean
    Whether the tool argument is required.
  • Element Details

    • required

      boolean required
      Whether the tool argument is required.
      Default:
      true
    • description

      String description
      The description of the tool argument.
      Default:
      ""