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
Modifier 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:
- ""
-