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