Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading