Skip to content

Commit 3180645

Browse files
committed
fix: minor changes
1 parent 68d9434 commit 3180645

2 files changed

Lines changed: 8 additions & 17 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: {

packages/openapi/descriptions/responses.response.js

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
background: {
3-
desc: `Whether to run the model response in the background`,
3+
desc: `Whether to run the model response in the background.`,
44
},
55
conversation: {
66
desc: `The conversation that this response belongs to. Input items and output items from this response are automatically added to this conversation.`,
@@ -53,7 +53,7 @@ export default {
5353
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.`,
5454
},
5555
model: {
56-
desc: `Model ID used to generate the response`,
56+
desc: `Model ID used to generate the response.`,
5757
},
5858
object: {
5959
desc: `The object type of this resource - always set to response.`,
@@ -94,9 +94,6 @@ Keys are strings with a maximum length of 64 characters. Values are strings with
9494
desc: `A summary of the reasoning performed by the model. This can be useful for debugging and understanding the model's reasoning process.`,
9595
},
9696
},
97-
safety_identifier: {
98-
desc: ``,
99-
},
10097
service_tier: {
10198
desc: `Specifies the processing type used for serving the request.`,
10299
},
@@ -112,15 +109,12 @@ Keys are strings with a maximum length of 64 characters. Values are strings with
112109
desc: `An object specifying the format that the model must output.`,
113110
},
114111
verbosity: {
115-
desc: `Constrains the verbosity of the model's response. Lower values will result in more concise responses, while higher values will result in more verbose responses`,
112+
desc: `Constrains the verbosity of the model's response. Lower values will result in more concise responses, while higher values will result in more verbose responses.`,
116113
},
117114
},
118115
tool_choice: {
119116
desc: `How the model should select which tool (or tools) to use when generating a response.`,
120117
},
121-
tools: {
122-
desc: ``,
123-
},
124118
top_logprobs: {
125119
desc: `An integer between 0 and 20 specifying the number of most likely tokens to return at each token position, each with an associated log probability.`,
126120
},
@@ -129,9 +123,6 @@ Keys are strings with a maximum length of 64 characters. Values are strings with
129123
130124
We generally recommend altering this or temperature but not both.`,
131125
},
132-
truncation: {
133-
desc: ``,
134-
},
135126
usage: {
136127
desc: `Represents token usage details including input tokens, output tokens, a breakdown of output tokens, and the total tokens used.`,
137128
input_tokens: {

0 commit comments

Comments
 (0)