Skip to content

Commit 730b68d

Browse files
authored
feat: add descs for response responses
feat: add descs for response responses
2 parents a62230c + 3180645 commit 730b68d

3 files changed

Lines changed: 628 additions & 5 deletions

File tree

packages/openapi/descriptions/response-api.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ export default {
44
},
55
include: {
66
desc: `Specify additional output data to include in the model response. Currently supported values are:
7-
- code_interpreter_call.outputs: Includes the outputs of python code execution in code interpreter tool call items.
8-
- computer_call_output.output.image_url: Include image urls from the computer call output.
9-
- file_search_call.results: Include the search results of the file search tool call.
10-
- message.output_text.logprobs: Include logprobs with assistant messages.
11-
- reasoning.encrypted_content: Includes an encrypted version of reasoning tokens in reasoning item outputs. This enables reasoning items to be used in multi-turn conversations when using the Responses API statelessly (like when the store parameter is set to false, or when an organization is enrolled in the zero data retention program).
7+
- code_interpreter_call.outputs: Includes the outputs of python code execution in code interpreter tool call items.
8+
- computer_call_output.output.image_url: Include image urls from the computer call output.
9+
- file_search_call.results: Include the search results of the file search tool call.
10+
- message.output_text.logprobs: Include logprobs with assistant messages.
11+
- reasoning.encrypted_content: Includes an encrypted version of reasoning tokens in reasoning item outputs. This enables reasoning items to be used in multi-turn conversations when using the Responses API statelessly (like when the store parameter is set to false, or when an organization is enrolled in the zero data retention program).
1212
`,
1313
},
1414
input: {

0 commit comments

Comments
 (0)