Package io.quarkiverse.langchain4j
Annotation Interface ToolBox
When used on a method of an AiService annotated with
RegisterAiService
, the method will the tool classes provided by
value
instead of the ones configured for the entire AiService (via RegisterAiService.tools()
)-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class[] valueTool classes to use. All tools are expected to be CDI beans.- Default:
- {}
-