Partager via


AutoFunctionInvocationContext.Terminate Property

Definition

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

Property Value

Applies to