Custom chat streamed
POST/query/v1/projects/:project_id/chat/custom/stream/
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
In contrast to the standard chat API endpoints, the custom chat API grants the users full control over the prompting. The custom chat API has access to the same data sources as the regular chat endpoints. This enables users to develop applications with tailored behavior beyond the scope of standard Kapa functionality.
This endpoint is streamed.
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.