Package dev.langchain4j.agent.tool
Annotation Interface P
Parameter of a Tool
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
value
String valueDescription of a parameter- Returns:
- the description of a parameter
-
required
boolean requiredWhether the parameter is required- Returns:
- true if the parameter is required, false otherwise Default is true.
- Default:
true
-