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,
) -> DispatchOutcomeExpand description
Dispatch one ready tool directly through the transaction dispatcher.