Skip to content

Commit

Permalink
adding include brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrunson-openai committed Aug 28, 2024
1 parent 8b26936 commit f2bed40
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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 Expand Up @@ -15438,8 +15438,7 @@ components:
description: The HTTP status code of the response
request_id:
type: string
description: An unique identifier for the OpenAI API request. Please include this request ID when contacting support.
body:
description: An unique identifier for the OpenAI API request. Please include this request ID when contacting support. body:
type: object
x-oaiTypeLabel: map
description: The JSON body of the response
Expand Down

0 comments on commit f2bed40

Please sign in to comment.