KernelArgumentsExtensions.PromptInput(KernelArguments) 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.
Signal the orchestrator to prompt user for input with current function response.
public static void PromptInput (this Microsoft.SemanticKernel.KernelArguments arguments);
static member PromptInput : Microsoft.SemanticKernel.KernelArguments -> unit
<Extension()>
Public Sub PromptInput (arguments As KernelArguments)
Parameters
- arguments
- KernelArguments
Context arguments.