Headers
Path Parameters
Body
application/json
Response
Successful Response
The response is of type any
.
Stream a chat completion response for a document chat conversation.
Args: chat_id: Identifier of the document chat conversation. request: The chat request containing the user message. auth: Authentication context. redis: Redis connection for chat history storage.
Returns: StreamingResponse with the assistant’s response.
Successful Response
The response is of type any
.