Expand description
Streaming assistant text: TEXT_MESSAGE_*.
Structs§
- Text
Message Chunk Event - A self-contained text update: start, content and end folded into one event.
- Text
Message Content Event - Appends a chunk of text to an open message.
- Text
Message EndEvent - Closes a text message.
- Text
Message Start Event - Opens a text message. Every following
TEXT_MESSAGE_CONTENTwith the samemessage_idappends to it, untilTEXT_MESSAGE_END.
Enums§
- Text
Message Role - The roles a streamed text message may carry.