FunctionResultExtensions.IsComplete(FunctionResult, 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.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