3 references to InvokeAgentName
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (3)
1377
name?.StartsWith(OpenTelemetryConsts.GenAI.
InvokeAgentName
, StringComparison.Ordinal) is true &&
1378
(name.Length == OpenTelemetryConsts.GenAI.
InvokeAgentName
.Length || name[OpenTelemetryConsts.GenAI.
InvokeAgentName
.Length] == ' ');