Skip to main content

dispatch_ready_tool

Function dispatch_ready_tool 

Source
pub async fn dispatch_ready_tool(
    dispatcher: &Arc<TransactionToolDispatcher>,
    exchange_id: ExchangeId,
    tool_action_id: ToolActionId,
    tool_name: &str,
    provider_tool_call_id: &str,
    request_ordinal: u32,
    arguments_json: &str,
) -> DispatchOutcome
Expand description

Dispatch one ready tool directly through the transaction dispatcher.