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