Skip to main content

tools_in_range

Function tools_in_range 

Source
pub fn tools_in_range(
    output: &AgentOutput,
    range: &RangeInclusive<usize>,
) -> Vec<String>
Expand description

Collect all tool names called within the specified turn range.