3 references to CompleteInteractionAsync
Aspire.Hosting (1)
Backchannel\AppHostRpcTarget.cs (1)
221
await activityReporter.
CompleteInteractionAsync
(promptId, answers, cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (2)
Publishing\PublishingActivityReporterTests.cs (2)
487
await reporter.
CompleteInteractionAsync
(promptId, responses, CancellationToken.None).DefaultTimeout();
527
await reporter.
CompleteInteractionAsync
(notificationId, responses, CancellationToken.None).DefaultTimeout();