A tool-call request emitted by the realtime model. The host executes the tool and feeds the result back via BaseRealtimeClient.SendToolResult, correlated by CallID.
CallID
The arguments for the call as a JSON string, exactly as the provider emitted them.
Provider-assigned identifier for this call, used to correlate the eventual tool result.
The name of the tool the model is requesting to invoke.
A tool-call request emitted by the realtime model. The host executes the tool and feeds the result back via BaseRealtimeClient.SendToolResult, correlated by
CallID.