Class: OpenAI::Models::Live::ResponseItemCreateEvent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Live::ResponseItemCreateEvent
- Defined in:
- lib/openai/models/live/response_item_create_event.rb,
sig/openai/models/live/response_item_create_event.rbs
Instance Attribute Summary collapse
-
#event_id ⇒ String?
Optional client identifier for correlating this command with a server event's client_event_id or error.client_event_id.
-
#item ⇒ OpenAI::Models::Responses::EasyInputMessage, ...
An input item to append to the Responses backend conversation, such as a user message or a function tool result.
-
#type ⇒ Symbol, :"response.item.create"
The Live client event type.
Attributes inherited from Internal::Type::BaseModel
Instance Method Summary collapse
-
#initialize(item:, event_id: nil, type: :"response.item.create") ⇒ Object
constructor
Add an input item to the Live session’s Responses backend.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], #_request_id, #_set_last_response, coerce, #deconstruct_keys, #deep_to_h, dump, #encode_with, fields, hash, #hash, inherited, #inspect, inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(item:, event_id: nil, type: :"response.item.create") ⇒ Object
Add an input item to the Live session’s Responses backend. Requires Responses
delegation; use response.create to request a response.
|
|
# File 'lib/openai/models/live/response_item_create_event.rb', line 27
|
Instance Attribute Details
#event_id ⇒ String?
Optional client identifier for correlating this command with a server event's client_event_id or error.client_event_id.
25 |
# File 'lib/openai/models/live/response_item_create_event.rb', line 25 optional :event_id, String, nil?: true |
#item ⇒ OpenAI::Models::Responses::EasyInputMessage, ...
An input item to append to the Responses backend conversation, such as a user message or a function tool result.
12 |
# File 'lib/openai/models/live/response_item_create_event.rb', line 12 required :item, union: -> { OpenAI::Responses::ResponseInputItem } |
#type ⇒ Symbol, :"response.item.create"
The Live client event type. Always response.item.create.
18 |
# File 'lib/openai/models/live/response_item_create_event.rb', line 18 required :type, const: :"response.item.create" |
Instance Method Details
#to_hash ⇒ {
24 |
# File 'sig/openai/models/live/response_item_create_event.rbs', line 24
def to_hash: -> {
|