pub type ToolHandler = Box<dyn Fn(Value) -> BoxFuture<'static, Result<Value>> + Send + Sync + 'static>;
Inline callable tool handler 类型。
pub struct ToolHandler(/* private fields */);