2 overrides of OnRoutingUpdateAsync
Microsoft.Extensions.AI (1)
ChatRouting\OrderedFailoverChatClient.cs (1)
83
protected override ValueTask
OnRoutingUpdateAsync
(
Microsoft.Extensions.AI.Tests (1)
ChatRouting\FailoverChatClientTests.cs (1)
1226
protected override ValueTask
OnRoutingUpdateAsync
(
4 references to OnRoutingUpdateAsync
Microsoft.Extensions.AI (4)
ChatRouting\FailoverChatClient.cs (4)
23
/// <see cref="
OnRoutingUpdateAsync
"/> reports the concrete attempt and whether another selection will follow. An
145
await
OnRoutingUpdateAsync
(context, attempt, isTerminal, cancellationToken).ConfigureAwait(false);
213
await
OnRoutingUpdateAsync
(context, attempt, isTerminal, cancellationToken).ConfigureAwait(false);
292
await
OnRoutingUpdateAsync
(