Method: OpenAI::Models::Responses::ResponseWebSearchCallCompletedEvent#type
- Defined in:
- lib/openai/models/responses/response_web_search_call_completed_event.rb
#type ⇒ Symbol, :"response.web_search_call.completed"
The type of the event. Always response.web_search_call.completed.
29 |
# File 'lib/openai/models/responses/response_web_search_call_completed_event.rb', line 29 required :type, const: :"response.web_search_call.completed" |