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