chore(core): drop obsolete StreamSse hunk from effect patch (#41892)

This commit is contained in:
Kit Langton 2026-08-11 21:37:09 -04:00 committed by GitHub
parent c858986b08
commit 96a74ffcc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 61 deletions

View file

@ -2944,7 +2944,7 @@
"type": "string"
},
"data": {
"$ref": "#/components/schemas/SessionLogItemStream"
"$ref": "#/components/schemas/SessionLogItemJsonString"
}
},
"required": ["id", "event", "data"],
@ -7211,7 +7211,7 @@
"type": "string"
},
"data": {
"$ref": "#/components/schemas/V2EventStream"
"$ref": "#/components/schemas/V2EventJsonString"
}
},
"required": ["id", "event", "data"],
@ -14991,7 +14991,7 @@
}
]
},
"SessionLogItemStream": {
"SessionLogItemJsonString": {
"type": "string",
"contentSchema": {
"$ref": "#/components/schemas/SessionLogItem"
@ -23236,7 +23236,7 @@
}
]
},
"V2EventStream": {
"V2EventJsonString": {
"type": "string",
"contentSchema": {
"$ref": "#/components/schemas/V2Event"