Skip to main content

Continue a conversation (streaming)

POST 

/agents/:agentId/conversations/:conversationId/messages/stream

Submit a follow-up question to an existing conversation and receive the response as a Server-Sent Events (SSE) stream. Requires the ChainOfThought feature flag to be enabled for the environment.

Request

Responses

Server-Sent Events stream. Each event is a JSON object prefixed with data: and terminated by a blank line. Possible event types: stream.started, stream.delta, stream.tool_call, stream.completed, stream.error.