Description
Send a message and receive a streaming response using Server-Sent Events (SSE).
Authentication
Required (API key or JWT token)
Request Body
Set to true for streaming
Response
Server-Sent Events stream with chunks:
data: {"chunk": "Hello"}
data: {"chunk": "!"}
data: {"chunk": " How"}
data: [DONE]