From 242549b85af9bcc3d153ad8459635711dcd0fe06 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 25 Apr 2026 22:26:34 +0100 Subject: [PATCH] ML-147: Upgrade to ServerSentEvents 1.0 --- ...l-147 - Upgrade-to-ServerSentEvents-1.0.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 backlog/tasks/ml-147 - Upgrade-to-ServerSentEvents-1.0.md diff --git a/backlog/tasks/ml-147 - Upgrade-to-ServerSentEvents-1.0.md b/backlog/tasks/ml-147 - Upgrade-to-ServerSentEvents-1.0.md new file mode 100644 index 00000000..96f8c227 --- /dev/null +++ b/backlog/tasks/ml-147 - Upgrade-to-ServerSentEvents-1.0.md @@ -0,0 +1,21 @@ +--- +id: ML-147 +title: Upgrade to ServerSentEvents 1.0 +status: To Do +assignee: [] +created_date: '2026-04-25 21:26' +labels: [] +dependencies: [] +priority: medium +--- + +## Description + + +Allows potential drastic simplification of `OpenAI.API.chat_stream/6` following [this example](https://github.com/benjreinhart/server_sent_events#real-world-example-using-req). + + +## Acceptance Criteria + +- [ ] #1 Plain refactor - dependency is updated and functionality keeps working as expected +