Skip to main content

MAX_TOOL_CALL_ROUNDS_PER_TURN

Constant MAX_TOOL_CALL_ROUNDS_PER_TURN 

Source
const MAX_TOOL_CALL_ROUNDS_PER_TURN: u32 = 15;
Expand description

How many LLM requests one turn may make, bounding a model that keeps calling tools instead of answering.