II.
InteractionPattern overview
Reference · liveinteraction-pattern:streaming-tool-loop
Streaming Tool Loop overview
Host streams model output token-by-token while interleaving tool calls. Model emits `tool_use` events mid-stream; host executes and feeds `tool_result` back into the streaming context.
Attributes
displayName
Streaming Tool Loop
description
Host streams model output token-by-token while interleaving tool calls.
Model emits `tool_use` events mid-stream; host executes and feeds
`tool_result` back into the streaming context.
Outgoing edges
realizes1
- layer:10-interaction·LayerInteraction
Incoming edges
None.