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