Skip to content

Commit 313b382

Browse files
committed
Fix ResponseOutputTextAnnotationAddedEvent type
1 parent 54b094f commit 313b382

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38266,9 +38266,9 @@ components:
3826638266
type:
3826738267
type: string
3826838268
enum:
38269-
- response.output_text_annotation.added
38269+
- response.output_text.annotation.added
3827038270
description: The type of the event. Always
38271-
'response.output_text_annotation.added'.
38271+
'response.output_text.annotation.added'.
3827238272
x-stainless-const: true
3827338273
item_id:
3827438274
type: string
@@ -38299,11 +38299,11 @@ components:
3829938299
- annotation
3830038300
- sequence_number
3830138301
x-oaiMeta:
38302-
name: response.output_text_annotation.added
38302+
name: response.output_text.annotation.added
3830338303
group: responses
3830438304
example: |
3830538305
{
38306-
"type": "response.output_text_annotation.added",
38306+
"type": "response.output_text.annotation.added",
3830738307
"item_id": "item-abc",
3830838308
"output_index": 0,
3830938309
"content_index": 0,

0 commit comments

Comments
 (0)