4 references to Tool
Microsoft.Extensions.AI (4)
ChatCompletion\FunctionInvokingChatClient.cs (4)
1121
new(OpenTelemetryConsts.GenAI.
Tool
.Type, OpenTelemetryConsts.ToolTypeFunction),
1122
new(OpenTelemetryConsts.GenAI.
Tool
.Call.Id, context.CallContent.CallId),
1123
new(OpenTelemetryConsts.GenAI.
Tool
.Name, context.Function.Name),
1124
new(OpenTelemetryConsts.GenAI.
Tool
.Description, context.Function.Description),