Annotation Interface ToolParam
@Target({PARAMETER,FIELD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
public @interface ToolParam
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe description of the tool argument.boolean
Whether the tool argument is required.
-
Element Details
-
required
boolean requiredWhether the tool argument is required.- Default:
- true
-
description
String descriptionThe description of the tool argument.- Default:
- ""
-