Class RealtimeEvent.Server.Response.McpCall
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Realtime
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public static class RealtimeEvent.Server.Response.McpCall
Fields
| Edit this page View SourceCompleted
Added 2024-09-19
Returned when an MCP tool call has completed successfully.
Declaration
public const string Completed = "response.mcp_call.completed"
Field Value
| Type | Description |
|---|---|
| string |
Failed
Added 2024-09-19
Returned when an MCP tool call has failed.
Declaration
public const string Failed = "response.mcp_call.failed"
Field Value
| Type | Description |
|---|---|
| string |
InProgress
Added 2024-09-19
Returned when an MCP tool call has started and is in progress.
Declaration
public const string InProgress = "response.mcp_call.in_progress"
Field Value
| Type | Description |
|---|---|
| string |