Skip to content

Commit f2bed40

Browse files
adding include brackets
1 parent 8b26936 commit f2bed40

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

openapi.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4684,7 +4684,7 @@ paths:
46844684
schema:
46854685
type: string
46864686
description: The ID of the thread to run.
4687-
- name: include
4687+
- name: include[]
46884688
in: query
46894689
description: &include_param_description |
46904690
A list of additional fields to include in the response. Currently the only supported value is `step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result content.
@@ -5655,7 +5655,7 @@ paths:
56555655
description: *pagination_before_param_description
56565656
schema:
56575657
type: string
5658-
- name: include
5658+
- name: include[]
56595659
in: query
56605660
description: *include_param_description
56615661
schema:
@@ -5766,7 +5766,7 @@ paths:
57665766
schema:
57675767
type: string
57685768
description: The ID of the run step to retrieve.
5769-
- name: include
5769+
- name: include[]
57705770
in: query
57715771
description: *include_param_description
57725772
schema:
@@ -15438,8 +15438,7 @@ components:
1543815438
description: The HTTP status code of the response
1543915439
request_id:
1544015440
type: string
15441-
description: An unique identifier for the OpenAI API request. Please include this request ID when contacting support.
15442-
body:
15441+
description: An unique identifier for the OpenAI API request. Please include this request ID when contacting support. body:
1544315442
type: object
1544415443
x-oaiTypeLabel: map
1544515444
description: The JSON body of the response

0 commit comments

Comments
 (0)