You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4684,7 +4684,7 @@ paths:
4684
4684
schema:
4685
4685
type: string
4686
4686
description: The ID of the thread to run.
4687
-
- name: include
4687
+
- name: include[]
4688
4688
in: query
4689
4689
description: &include_param_description |
4690
4690
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:
5655
5655
description: *pagination_before_param_description
5656
5656
schema:
5657
5657
type: string
5658
-
- name: include
5658
+
- name: include[]
5659
5659
in: query
5660
5660
description: *include_param_description
5661
5661
schema:
@@ -5766,7 +5766,7 @@ paths:
5766
5766
schema:
5767
5767
type: string
5768
5768
description: The ID of the run step to retrieve.
5769
-
- name: include
5769
+
- name: include[]
5770
5770
in: query
5771
5771
description: *include_param_description
5772
5772
schema:
@@ -15438,8 +15438,7 @@ components:
15438
15438
description: The HTTP status code of the response
15439
15439
request_id:
15440
15440
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:
0 commit comments