OpenAI::RealtimeMCPApprovalRequest
Inherits JSON::Serializable < Reference < Object
A Realtime item requesting human approval of a tool invocation.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : RealtimeMCPApprovalRequestType = RealtimeMCPApprovalRequestType::McpApprovalRequest, id : String = "", server_label : String = "", name : String = "", arguments : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : RealtimeMCPApprovalRequestType)
The type of the item. Always mcp_approval_request.