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