Stream a conversation with an AI Agent
"stream": true
to incrementally stream the response using server-sent events (SSE).
start
: Indicates the start of the conversation and contains the conversation_id
and agent_id
used to answer the prompt.delta
: contains the delta
object with the changes to the message.end
: Indicates the end of the conversation.