次の方法で共有


IFlowExecutor.ExecuteFlowAsync(Flow, String, String, KernelArguments) Method

Definition

Execute the Flow

public System.Threading.Tasks.Task<Microsoft.SemanticKernel.FunctionResult> ExecuteFlowAsync (Microsoft.SemanticKernel.Experimental.Orchestration.Flow flow, string sessionId, string input, Microsoft.SemanticKernel.KernelArguments kernelArguments);
abstract member ExecuteFlowAsync : Microsoft.SemanticKernel.Experimental.Orchestration.Flow * string * string * Microsoft.SemanticKernel.KernelArguments -> System.Threading.Tasks.Task<Microsoft.SemanticKernel.FunctionResult>
Public Function ExecuteFlowAsync (flow As Flow, sessionId As String, input As String, kernelArguments As KernelArguments) As Task(Of FunctionResult)

Parameters

flow
Flow

Flow

sessionId
String

Session id, which is used to track the execution status.

input
String

The input from client to continue the execution.

kernelArguments
KernelArguments

The request kernel arguments

Returns

The execution context

Applies to