Chat in thread streamed
POST/query/v1/threads/:thread_id/chat/stream/
Query the Kapa.ai API with a question to continue the conversation in a Thread
. This endpoint returns a streamed response.
Request
Responses
- 200
Streamed response. Note: This is a streaming response, chunks will be received incrementally. Each chunk is delimited by '\u241e' (Unicode Character 'SYMBOL FOR RECORD SEPARATOR'). Clients should split the stream by this delimiter to process individual chunks.