KernelArgumentsExtensions.IsTerminateFlow(KernelArguments) Method
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.
Check if we should terminate flow based on current context.
public static bool IsTerminateFlow (this Microsoft.SemanticKernel.KernelArguments arguments);
static member IsTerminateFlow : Microsoft.SemanticKernel.KernelArguments -> bool
<Extension()>
Public Function IsTerminateFlow (arguments As KernelArguments) As Boolean
Parameters
- arguments
- KernelArguments
Context arguments.