Creates a mock assistant response from a chat history. Supports both JSON and SSE streaming responses.
stream=true returns a text/event-stream response in OpenAI-style chunk format and ends with data: [DONE].Bearer authentication header of the form Bearer <token>, where <token> is your auth token.