OpenAI::RealtimeServerEventResponseMCPCallArgumentsDelta
Inherits JSON::Serializable < Reference < Object
Returned when MCP tool call arguments are updated during response generation.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, response_id : String = "", item_id : String = "", output_index : Int64 = 0, delta : String = "", obfuscation : RealtimeServerEventResponseMCPCallArgumentsDeltaObfuscation | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
obfuscation
Sourceobfuscation=(obfuscation : RealtimeServerEventResponseMCPCallArgumentsDeltaObfuscation | Nil)
Source