Class RealtimeEvent.Server.Response.McpCallArguments
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Realtime
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public static class RealtimeEvent.Server.Response.McpCallArguments
Fields
| Edit this page View SourceDelta
Added 2024-09-19
Returned when MCP tool call arguments are updated during response generation.
Declaration
public const string Delta = "response.mcp_call_arguments.delta"
Field Value
| Type | Description |
|---|---|
| string |
Done
Added 2024-09-19
Returned when MCP tool call arguments are finalized during response generation.
Declaration
public const string Done = "response.mcp_call_arguments.done"
Field Value
| Type | Description |
|---|---|
| string |