Skip to main content

DEFAULT_TOOL_ITERATIONS

Constant DEFAULT_TOOL_ITERATIONS 

Source
pub const DEFAULT_TOOL_ITERATIONS: usize = 8;
Expand description

Default cap on the in-node tool-use loop (how many times the model may call tools before the run gives up). Overridable per node via maxToolIters (ai_max_tool_iters).