Class InvokeToolCommandResponse
Response for Invokes a registered tool.
public sealed class InvokeToolCommandResponse : ICommandResponse<InvokeToolCommandSettings>, ICommandResponse
- Inheritance
-
InvokeToolCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
InvocationId
Unique identifier for this invocation. Response is sent before tool events.
[JsonPropertyName("invocationId")]
public string InvocationId { get; set; }