Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Credit semantic-router inspiration
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 74d04840-2379-4615-93f7-84f2299ada74
  • Loading branch information
joshuajyue and Copilot committed Jul 27, 2026
commit 26d7a5c9a4bd47c6357d84d7c2f7bdff1fe71221
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ namespace Microsoft.Extensions.AI;
/// The configured clients are used as stable routing identities. By default this instance owns the clients and
/// embedding generator and disposes them when it is disposed.
/// </para>
/// <para>
/// The example-utterance routing approach is inspired by
/// <see href="https://github.com/aurelio-labs/semantic-router">Aurelio Labs' semantic-router project</see>.
/// </para>
/// </remarks>
[Experimental(DiagnosticIds.Experiments.AIRoutingChat, UrlFormat = DiagnosticIds.UrlFormat)]
public sealed class SemanticRoutingChatClient : RoutingChatClient
Expand Down
Loading