pub type AsyncToolCallback = dyn Fn(CalledFunction) -> Pin<Box<dyn Future<Output = Result<String>> + Send>> + Send + Sync;
Async tool callback type for native async tool support