Annotation Interface ToolParam
@Target({PARAMETER,FIELD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
public @interface ToolParam
Marks a tool argument.
- Since:
- 1.0.0
- Author:
- Thomas Vitale
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe description of the tool argument.booleanWhether the tool argument is required.
-
Element Details
-
required
boolean requiredWhether the tool argument is required.- Default:
true
-
description
-