You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
543
558
# {OpenAI::Models::Conversations::ConversationItem::McpCall} for more details.
544
559
#
@@ -552,11 +567,32 @@ class McpCall < OpenAI::Internal::Type::BaseModel
552
567
#
553
568
# @param server_label [String] The label of the MCP server running the tool.
554
569
#
570
+
# @param approval_request_id [String, nil] Unique identifier for the MCP tool call approval request.
571
+
#
555
572
# @param error [String, nil] The error from the tool call, if any.
556
573
#
557
574
# @param output [String, nil] The output from the tool call.
558
575
#
576
+
# @param status [Symbol, OpenAI::Models::Conversations::ConversationItem::McpCall::Status] The status of the tool call. One of `in_progress`, `completed`, `incomplete`, `c
577
+
#
559
578
# @param type [Symbol, :mcp_call] The type of the item. Always `mcp_call`.
579
+
580
+
# The status of the tool call. One of `in_progress`, `completed`, `incomplete`,
# Some parameter documentations has been truncated, see
835
850
# {OpenAI::Models::Responses::ResponseInputItem::McpCall} for more details.
836
851
#
@@ -844,11 +859,32 @@ class McpCall < OpenAI::Internal::Type::BaseModel
844
859
#
845
860
# @param server_label [String] The label of the MCP server running the tool.
846
861
#
862
+
# @param approval_request_id [String, nil] Unique identifier for the MCP tool call approval request.
863
+
#
847
864
# @param error [String, nil] The error from the tool call, if any.
848
865
#
849
866
# @param output [String, nil] The output from the tool call.
850
867
#
868
+
# @param status [Symbol, OpenAI::Models::Responses::ResponseInputItem::McpCall::Status] The status of the tool call. One of `in_progress`, `completed`, `incomplete`, `c
869
+
#
851
870
# @param type [Symbol, :mcp_call] The type of the item. Always `mcp_call`.
871
+
872
+
# The status of the tool call. One of `in_progress`, `completed`, `incomplete`,
# Some parameter documentations has been truncated, see
525
540
# {OpenAI::Models::Responses::ResponseItem::McpCall} for more details.
526
541
#
@@ -534,11 +549,32 @@ class McpCall < OpenAI::Internal::Type::BaseModel
534
549
#
535
550
# @param server_label [String] The label of the MCP server running the tool.
536
551
#
552
+
# @param approval_request_id [String, nil] Unique identifier for the MCP tool call approval request.
553
+
#
537
554
# @param error [String, nil] The error from the tool call, if any.
538
555
#
539
556
# @param output [String, nil] The output from the tool call.
540
557
#
558
+
# @param status [Symbol, OpenAI::Models::Responses::ResponseItem::McpCall::Status] The status of the tool call. One of `in_progress`, `completed`, `incomplete`, `c
559
+
#
541
560
# @param type [Symbol, :mcp_call] The type of the item. Always `mcp_call`.
561
+
562
+
# The status of the tool call. One of `in_progress`, `completed`, `incomplete`,
# Some parameter documentations has been truncated, see
280
295
# {OpenAI::Models::Responses::ResponseOutputItem::McpCall} for more details.
281
296
#
@@ -289,11 +304,32 @@ class McpCall < OpenAI::Internal::Type::BaseModel
289
304
#
290
305
# @param server_label [String] The label of the MCP server running the tool.
291
306
#
307
+
# @param approval_request_id [String, nil] Unique identifier for the MCP tool call approval request.
308
+
#
292
309
# @param error [String, nil] The error from the tool call, if any.
293
310
#
294
311
# @param output [String, nil] The output from the tool call.
295
312
#
313
+
# @param status [Symbol, OpenAI::Models::Responses::ResponseOutputItem::McpCall::Status] The status of the tool call. One of `in_progress`, `completed`, `incomplete`, `c
314
+
#
296
315
# @param type [Symbol, :mcp_call] The type of the item. Always `mcp_call`.
316
+
317
+
# The status of the tool call. One of `in_progress`, `completed`, `incomplete`,
0 commit comments