@@ -12244,22 +12244,6 @@ func (r *WebSearchToolUserLocationParam) UnmarshalJSON(data []byte) error {
12244
12244
}
12245
12245
12246
12246
type ResponseNewParams struct {
12247
- // Text, image, or file inputs to the model, used to generate a response.
12248
- //
12249
- // Learn more:
12250
- //
12251
- // - [Text inputs and outputs](https://platform.openai.com/docs/guides/text)
12252
- // - [Image inputs](https://platform.openai.com/docs/guides/images)
12253
- // - [File inputs](https://platform.openai.com/docs/guides/pdf-files)
12254
- // - [Conversation state](https://platform.openai.com/docs/guides/conversation-state)
12255
- // - [Function calling](https://platform.openai.com/docs/guides/function-calling)
12256
- Input ResponseNewParamsInputUnion `json:"input,omitzero,required"`
12257
- // Model ID used to generate the response, like `gpt-4o` or `o3`. OpenAI offers a
12258
- // wide range of models with different capabilities, performance characteristics,
12259
- // and price points. Refer to the
12260
- // [model guide](https://platform.openai.com/docs/models) to browse and compare
12261
- // available models.
12262
- Model shared.ResponsesModel `json:"model,omitzero,required"`
12263
12247
// Whether to run the model response in the background.
12264
12248
// [Learn more](https://platform.openai.com/docs/guides/background).
12265
12249
Background param.Opt [bool ] `json:"background,omitzero"`
@@ -12352,6 +12336,22 @@ type ResponseNewParams struct {
12352
12336
//
12353
12337
// Any of "auto", "disabled".
12354
12338
Truncation ResponseNewParamsTruncation `json:"truncation,omitzero"`
12339
+ // Text, image, or file inputs to the model, used to generate a response.
12340
+ //
12341
+ // Learn more:
12342
+ //
12343
+ // - [Text inputs and outputs](https://platform.openai.com/docs/guides/text)
12344
+ // - [Image inputs](https://platform.openai.com/docs/guides/images)
12345
+ // - [File inputs](https://platform.openai.com/docs/guides/pdf-files)
12346
+ // - [Conversation state](https://platform.openai.com/docs/guides/conversation-state)
12347
+ // - [Function calling](https://platform.openai.com/docs/guides/function-calling)
12348
+ Input ResponseNewParamsInputUnion `json:"input,omitzero"`
12349
+ // Model ID used to generate the response, like `gpt-4o` or `o3`. OpenAI offers a
12350
+ // wide range of models with different capabilities, performance characteristics,
12351
+ // and price points. Refer to the
12352
+ // [model guide](https://platform.openai.com/docs/models) to browse and compare
12353
+ // available models.
12354
+ Model shared.ResponsesModel `json:"model,omitzero"`
12355
12355
// **o-series models only**
12356
12356
//
12357
12357
// Configuration options for
0 commit comments