Skip to content

Commit 440c171

Browse files
Adding brackets to include array query paramter (#317)
* adding include brackets * removing accidental change
1 parent 8b26936 commit 440c171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

Lines changed: 3 additions & 3 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:

0 commit comments

Comments
 (0)