Property Cancel
- Namespace
- LMKit.TextGeneration.Filters
- Assembly
- LM-Kit.NET.dll
Cancel
Gets or sets a value indicating whether to cancel this tool invocation.
public bool Cancel { get; set; }
Property Value
Remarks
When set to true, the tool will not be executed and a
Canceled result is generated.