AutoFunctionInvocationContext.Terminate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the operation associated with the filter should be terminated.
By default it's false
, in this case all functions will be executed.
As soon as it's set to true
, the remaining functions won't be executed and last request to LLM won't be performed.
Automatic function invocation process will be terminated and result of last executed function will be returned to the caller.
public bool Terminate { get; set; }
member this.Terminate : bool with get, set
Public Property Terminate As Boolean