FunctionInvokingChatClient.FunctionInvocationResult.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 a value indicating whether the caller should terminate the processing loop.
public:
property bool Terminate { bool get(); };
public bool Terminate { get; }
member this.Terminate : bool
Public ReadOnly Property Terminate As Boolean