Package com.embabel.agent.api.annotation
Annotation LlmTool.Param
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.VALUE_PARAMETER}) public @interface LlmTool.Param
Describes a tool parameter. Apply to method parameters. Parameters don't need to be annotated: If they are, the purpose is to provide description and required information.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescriptionprivate final Booleanrequired
-