You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/openapi/descriptions/response-api.js
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ export default {
4
4
},
5
5
include: {
6
6
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).
Copy file name to clipboardExpand all lines: packages/openapi/descriptions/responses.response.js
+3-12Lines changed: 3 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
exportdefault{
2
2
background: {
3
-
desc: `Whether to run the model response in the background`,
3
+
desc: `Whether to run the model response in the background.`,
4
4
},
5
5
conversation: {
6
6
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 {
53
53
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.`,
54
54
},
55
55
model: {
56
-
desc: `Model ID used to generate the response`,
56
+
desc: `Model ID used to generate the response.`,
57
57
},
58
58
object: {
59
59
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
94
94
desc: `A summary of the reasoning performed by the model. This can be useful for debugging and understanding the model's reasoning process.`,
95
95
},
96
96
},
97
-
safety_identifier: {
98
-
desc: ``,
99
-
},
100
97
service_tier: {
101
98
desc: `Specifies the processing type used for serving the request.`,
102
99
},
@@ -112,15 +109,12 @@ Keys are strings with a maximum length of 64 characters. Values are strings with
112
109
desc: `An object specifying the format that the model must output.`,
113
110
},
114
111
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.`,
116
113
},
117
114
},
118
115
tool_choice: {
119
116
desc: `How the model should select which tool (or tools) to use when generating a response.`,
120
117
},
121
-
tools: {
122
-
desc: ``,
123
-
},
124
118
top_logprobs: {
125
119
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.`,
126
120
},
@@ -129,9 +123,6 @@ Keys are strings with a maximum length of 64 characters. Values are strings with
129
123
130
124
We generally recommend altering this or temperature but not both.`,
131
125
},
132
-
truncation: {
133
-
desc: ``,
134
-
},
135
126
usage: {
136
127
desc: `Represents token usage details including input tokens, output tokens, a breakdown of output tokens, and the total tokens used.`,
0 commit comments