pub type ToolStartCallback = Box<dyn Fn(&str) + Send + Sync>;
Callback for tool call start notifications
pub struct ToolStartCallback(/* private fields */);