Skip to main content

dispatch_parallel_tool_calls

Function dispatch_parallel_tool_calls 

Source
pub async fn dispatch_parallel_tool_calls(
    context: Arc<ToolDispatchContext<'_>>,
    specs: Vec<ParallelToolCallSpec>,
    progress: Option<&ProgressSender>,
) -> Vec<ParallelToolCallOutcome>
Expand description

Dispatch a batch of tool calls produced by one model response.