1 reference to PromptInputAsync
Aspire.Hosting (1)
ApplicationModel\InteractionService.cs (1)
105
return await
PromptInputAsync
(title, message, new InteractionInput { InputType = InputType.Text, Label = inputLabel, Required = true, Placeholder = placeHolder }, options, cancellationToken).ConfigureAwait(false);