(rawEvent)
| 42503 | return new event_streams_js_1.EventStream({ |
| 42504 | stream: stream4, |
| 42505 | decoder(rawEvent) { |
| 42506 | const schema = components.CompletionEvent$inboundSchema; |
| 42507 | return schema.parse(rawEvent); |
| 42508 | } |
| 42509 | }); |
| 42510 | }), { sseSentinel: "[DONE]" }), M5.jsonErr(422, errors.HTTPValidationError$inboundSchema), M5.fail(["4XX", "5XX"]))(response, { extraFields: responseFields }); |
| 42511 | if (!result.ok) { |
no test coverage detected
searching dependent graphs…