3 implementations of UpdatePromptResponseAsync
aspire (1)
Backchannel\AppHostBackchannel.cs (1)
200
public async Task
UpdatePromptResponseAsync
(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
835
public Task
UpdatePromptResponseAsync
(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)
TestServices\TestAppHostBackchannel.cs (1)
244
public Task
UpdatePromptResponseAsync
(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)