Class CancelInvocationCommandSettings
Cancels a pending tool invocation.
public sealed class CancelInvocationCommandSettings : ICommand
- Inheritance
-
CancelInvocationCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
InvocationId
Invocation identifier to cancel.
[JsonPropertyName("invocationId")]
public string InvocationId { get; set; }