OpenAI::ResponseMCPCallInProgressEvent
Inherits JSON::Serializable < Reference < Object
Emitted when an MCP tool call is in progress.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseMCPCallInProgressEventType = ResponseMCPCallInProgressEventType::ResponseMcpCallInProgress, sequence_number : Int64 = 0, output_index : Int64 = 0, item_id : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
output_index=(output_index : Int64)
The index of the output item in the response's output array.
type_value=(type_value : ResponseMCPCallInProgressEventType)
The type of the event. Always 'response.mcp_call.in_progress'.