Type Alias TurnRoutingHandle
pub type TurnRoutingHandle = Arc<Mutex<Vec<TurnRoutingEntry>>>;Expand description
Handle to one turn’s routing state. The orchestrator creates a fresh handle
before each run_tool_call_loop call, scopes it into TURN_ROUTING for the
duration of the loop, and reads it back after the loop completes.
Aliased Type§
pub struct TurnRoutingHandle { /* private fields */ }