-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi all,
Currently our tools make Rest calls, and it has happened that the LLM required 20 calls with different parameters.
There is maxSequentialToolInvocations but that limits the number of times QuarkusLangchian4j will process LLM responses per user prompt.
We would like to guard our tools against being executed too many times per LLM response.
Can we add a new property, maxToolCallsPerResponse, for this use case?
Kind regards
Bob
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request