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