4 writes to IsRequiredTool
Microsoft.Extensions.AI.Integration.Tests (4)
ToolReductionTests.cs (4)
45IsRequiredTool = t => t.Name == "Req" 329IsRequiredTool = t => t.Name == "Core" 348IsRequiredTool = t => t.Name.StartsWith("R", StringComparison.Ordinal) 450IsRequiredTool = t => t.Name == "Req"
1 reference to IsRequiredTool
Microsoft.Extensions.AI (1)
ToolReduction\EmbeddingToolReductionStrategy.cs (1)
252var toolIndex = isRequiredByToolMode || IsRequiredTool(tool)