Skip to main content
Use text() for plain outbound text. You can also pass a plain string anywhere Spectrum accepts content.

Streaming text

Both text() and markdown() accept a : an AI SDK result, an AsyncIterable, or a ReadableStream. On platforms that support it, text streams live. iMessage in remote mode sends the first chunk as a real message and edits in place as more text arrives. Telegram private chats animate a native draft preview. Platforms without streaming support wait for the stream to finish and send the full text as one message.
A stream can only be sent once.