1 write to _profiles
Microsoft.Extensions.AI (1)
ChatRouting\SemanticRoutingChatClient.cs (1)
167
_profiles
= [.. profiles];
4 references to _profiles
Microsoft.Extensions.AI (4)
ChatRouting\SemanticRoutingChatClient.cs (4)
318
_profiles
.Select(profile => profile.Text),
321
if (embeddings.Count !=
_profiles
.Length)
333
var index = new EmbeddedProfile[
_profiles
.Length];
342
index[i] = new(
_profiles
[i].ClientIndex, embeddings[i].Vector.ToArray());