Member Junction
    Preparing search index...

    Executes a single realtime tool call server-side, identically across both audio topologies.

    Construct with a RealtimeToolBrokerDeps, then call ExecuteToolCall per provider tool call. The broker routes the call, owns the abort controller for an in-flight delegated run, and returns the serialized ExecutedToolCall the transport layer relays back to the model.

    Index

    Constructors

    Methods

    • Aborts the in-flight delegated run's controller (if any).

      Called by the transport layer on barge-in so a stale delegated result is never narrated into a conversation that has moved on. Safe no-op when no delegation is in flight.

      Returns void