pub type ToolPredicate = Box<dyn Fn(&dyn Tool) -> bool + Send + Sync>;
Core traits and types.
Always available regardless of feature flags. Includes:
Agent
Tool
Toolset
Session
State
Event
AdkError
Result
pub struct ToolPredicate(/* private fields */);