Skip to content

Commit

Permalink
Adding brackets to include array query paramter (#317)
Browse files Browse the repository at this point in the history
* adding include brackets

* removing accidental change
  • Loading branch information
zbrunson-openai committed Aug 28, 2024
1 parent 8b26936 commit 440c171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4684,7 +4684,7 @@ paths:
schema:
type: string
description: The ID of the thread to run.
- name: include
- name: include[]
in: query
description: &include_param_description |
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.
Expand Down Expand Up @@ -5655,7 +5655,7 @@ paths:
description: *pagination_before_param_description
schema:
type: string
- name: include
- name: include[]
in: query
description: *include_param_description
schema:
Expand Down Expand Up @@ -5766,7 +5766,7 @@ paths:
schema:
type: string
description: The ID of the run step to retrieve.
- name: include
- name: include[]
in: query
description: *include_param_description
schema:
Expand Down

1 comment on commit 440c171

@Ph4xyy
Copy link

@Ph4xyy Ph4xyy commented on 440c171 Aug 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With those new Brackets i get error when importing the file :

image_2024-08-29_174315971
image

any idea how i can fixthat ??

Please sign in to comment.