KernelArgumentsExtensions.IsComplete(KernelArguments, Flow) 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 all arguments to be provided with the flow is available in the context
public static bool IsComplete (this Microsoft.SemanticKernel.KernelArguments arguments, Microsoft.SemanticKernel.Experimental.Orchestration.Flow flow);
static member IsComplete : Microsoft.SemanticKernel.KernelArguments * Microsoft.SemanticKernel.Experimental.Orchestration.Flow -> bool
<Extension()>
Public Function IsComplete (arguments As KernelArguments, flow As Flow) As Boolean
Parameters
- arguments
- KernelArguments
Context arguments.
- flow
- Flow
flow