Skip to main content

execute_tool_calls

Function execute_tool_calls 

Source
pub async fn execute_tool_calls(
    state: &mut ActorState,
    tool_calls: Vec<ToolUseData>,
    model: Model,
) -> Result<ToolResults>