pub type ToolFn = Arc<dyn Fn(Value) -> BoxFuture<'static, Result<Box<dyn ToolSession>>> + Send + Sync>;
pub struct ToolFn { /* private fields */ }