Enum ToolStrategy
Strategies for tool selection.
public enum ToolStrategy
Fields
Eager = 0Use tools proactively whenever they might help.
Selective = 1Use tools when they clearly add value.
Conservative = 2Only use tools when explicitly needed.
Required = 3Always use at least one tool.