mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-25 19:12:18 +00:00
chore(core): drop obsolete StreamSse hunk from effect patch (#41892)
This commit is contained in:
parent
c858986b08
commit
96a74ffcc6
2 changed files with 4 additions and 61 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue