3 references to Call
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (3)
1116
new(OpenTelemetryConsts.GenAI.Tool.
Call
.Id, context.CallContent.CallId),
1132
_ = activity?.SetTag(OpenTelemetryConsts.GenAI.Tool.
Call
.Arguments, functionArguments);
1181
_ = activity?.SetTag(OpenTelemetryConsts.GenAI.Tool.
Call
.Result, functionResult);