Description
Currently streaming responses for the agent is just raw text and doesn't conform to the SSE standard (ie data: xxx).
We should respond following this standard, and update the openapi client generator to support streaming in this manner (most likely following openapi 3.2's official support https://spec.openapis.org/oas/v3.2.0.html#complete-vs-streaming-content)
Motivation
Follow recommended standard
Suggested Implementation
No response
Contribute to feature
Description
Currently streaming responses for the agent is just raw text and doesn't conform to the SSE standard (ie
data: xxx).We should respond following this standard, and update the openapi client generator to support streaming in this manner (most likely following openapi 3.2's official support https://spec.openapis.org/oas/v3.2.0.html#complete-vs-streaming-content)
Motivation
Follow recommended standard
Suggested Implementation
No response
Contribute to feature