Skip to content

add maxToolCallsPerResponse configย #2214

@sabob

Description

@sabob

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions