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