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
# Some parameter documentations has been truncated, see
26
+
# {OpenAI::Models::Chat::ChatCompletionStoreMessage} for more details.
27
+
#
14
28
# A chat completion message generated by the model.
15
29
#
16
30
# @param id [String] The identifier of the chat message.
31
+
#
32
+
# @param content_parts [Array<OpenAI::Models::Chat::ChatCompletionContentPartText, OpenAI::Models::Chat::ChatCompletionContentPartImage>, nil] If a content parts array was provided, this is an array of `text` and `image_url
# @param response_format [OpenAI::Models::ResponseFormatText, OpenAI::Models::ResponseFormatJSONSchema, OpenAI::StructuredOutput::JsonSchemaConverter, OpenAI::Models::ResponseFormatJSONObject] An object specifying the format that the model must output.
377
401
#
402
+
# @param safety_identifier [String] A stable identifier used to help detect users of your application that may be vi
403
+
#
378
404
# @param seed [Integer, nil] This feature is in Beta.
379
405
#
380
406
# @param service_tier [Symbol, OpenAI::Models::Chat::CompletionCreateParams::ServiceTier, nil] Specifies the processing type used for serving the request.
@@ -395,7 +421,7 @@ class CompletionCreateParams < OpenAI::Internal::Type::BaseModel
395
421
#
396
422
# @param top_p [Float, nil] An alternative to sampling with temperature, called nucleus sampling,
397
423
#
398
-
# @param user [String] A stable identifier for your end-users.
424
+
# @param user [String] This field is being replaced by `safety_identifier` and `prompt_cache_key`. Use
399
425
#
400
426
# @param web_search_options [OpenAI::Models::Chat::CompletionCreateParams::WebSearchOptions] This tool searches the web for relevant results to use in a response.
# @param safety_identifier [String] A stable identifier used to help detect users of your application that may be vi
305
+
#
280
306
# @param service_tier [Symbol, OpenAI::Models::Responses::ResponseCreateParams::ServiceTier, nil] Specifies the processing type used for serving the request.
281
307
#
282
308
# @param store [Boolean, nil] Whether to store the generated model response for later retrieval via
@@ -295,7 +321,7 @@ class ResponseCreateParams < OpenAI::Internal::Type::BaseModel
295
321
#
296
322
# @param truncation [Symbol, OpenAI::Models::Responses::ResponseCreateParams::Truncation, nil] The truncation strategy to use for the model response.
297
323
#
298
-
# @param user [String] A stable identifier for your end-users.
324
+
# @param user [String] This field is being replaced by `safety_identifier` and `prompt_cache_key`. Use
0 commit comments