Share via


FunctionResultExtensions.IsComplete(FunctionResult, 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.FunctionResult result, Microsoft.SemanticKernel.Experimental.Orchestration.Flow flow);
static member IsComplete : Microsoft.SemanticKernel.FunctionResult * Microsoft.SemanticKernel.Experimental.Orchestration.Flow -> bool
<Extension()>
Public Function IsComplete (result As FunctionResult, flow As Flow) As Boolean

Parameters

result
FunctionResult

Function result.

flow
Flow

flow

Returns

Applies to