3 implementations of CompletePromptResponseAsync
aspire (1)
Backchannel\AppHostBackchannel.cs (1)
187
public async Task
CompletePromptResponseAsync
(string promptId, PublishingPromptInputAnswer[] answers, CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
830
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\PipelineCommandBase.cs (1)
725
await backchannel.
CompletePromptResponseAsync
(activity.Data.Id, answers, cancellationToken);