Skip to content

Commit db7ec6b

Browse files
committed
docs(api): describe response stream event unions
1 parent 8c85942 commit db7ec6b

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.castiron.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
schema_version: 1
2-
generation_id: f219b0d1-b0dc-4227-ac9d-acea737e460f
3-
openapi_spec_hash: 15849b9fe3deb3c72da0825905cc0ad9
4-
openapi_transformed_spec_hash: 9a60ddf3a1c752e15eb43fce666d6da8
2+
generation_id: 9cae2193-04c5-4661-936c-f79ce8eba993
3+
openapi_spec_hash: 143aa2ed6323d61a1834c74044e29d30
4+
openapi_transformed_spec_hash: 5af6fa4fd590fcc79ba2fdd69b9f7b82
55
config_hash: fcda4ecfe265daddba6fad25a8504a3f
6-
codegen_sha: 7026cba81c967a165fa40b84f09c56d3d17f4fe3
6+
codegen_sha: 445e9c2294825399ed99aa5528100913dd377657

api_reference/openapi.transformed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54296,6 +54296,7 @@ components:
5429654296
"sequence_number": 1
5429754297
}
5429854298
ResponseStreamEvent:
54299+
description: Event emitted while a response is streamed.
5429954300
anyOf:
5430054301
- $ref: '#/components/schemas/ResponseAudioDeltaEvent'
5430154302
- $ref: '#/components/schemas/ResponseAudioDoneEvent'
@@ -77148,6 +77149,7 @@ components:
7714877149
when the originating `response.create` event supplied a
7714977150
`stream_id`.
7715077151
BetaResponseStreamEvent:
77152+
description: Event emitted while a response is streamed.
7715177153
anyOf:
7715277154
- $ref: '#/components/schemas/BetaResponseAudioDeltaEvent'
7715377155
- $ref: '#/components/schemas/BetaResponseAudioDoneEvent'

0 commit comments

Comments
 (0)