Skip to main content

step

Function step 

Source
pub fn step(
    config: &ModelConfig,
    req: &AnalyzeRequest,
) -> Result<Step, ModelError>
Expand description

One turn of the tool loop: either the final answer, or a tool to run.