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).
pub const DEFAULT_TOOL_ITERATIONS: usize = 8;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).