3 implementations of CompletePromptResponseAsync
aspire (1)
Backchannel\AppHostBackchannel.cs (1)
186public async Task CompletePromptResponseAsync(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
612public Task CompletePromptResponseAsync(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)
TestServices\TestAppHostBackchannel.cs (1)
239public Task CompletePromptResponseAsync(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)
1 reference to CompletePromptResponseAsync
aspire (1)
Commands\PublishCommandBase.cs (1)
477await backchannel.CompletePromptResponseAsync(activity.Data.Id, answers, cancellationToken);