Class RealtimeEvent.Server.Response.McpCall
public static class RealtimeEvent.Server.Response.McpCall
- Inheritance
-
objectRealtimeEvent.Server.Response.McpCall
Fields
Completed
Added 2024-09-19
Returned when an MCP tool call has completed successfully.
public const string Completed = "response.mcp_call.completed"
Field Value
- string
Failed
Added 2024-09-19
Returned when an MCP tool call has failed.
public const string Failed = "response.mcp_call.failed"
Field Value
- string
InProgress
Added 2024-09-19
Returned when an MCP tool call has started and is in progress.
public const string InProgress = "response.mcp_call.in_progress"
Field Value
- string