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.
Request model for document chat completion.
Successful Response
The response is of type any
.