is_complete.
Demonstrates creating a conversational session, sending multiple messages
back-to-back, and streaming the response token by token using listen() with
event filtering.
Expected output
if event.is_complete: break line is commented out on purpose — that’s what lets the listener keep flowing through all three turns instead of stopping after the first.
See also
Session send_many
Bundle messages into one turn instead of firing several.
Streaming tool events
All the event types you can observe during a turn.
Agent reference
Full method surface.
