Share via


KernelArgumentsExtensions.IsComplete(KernelArguments, Flow) Method

Definition

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

Returns

Applies to