ToolHandler

Type Alias ToolHandler 

Source
pub type ToolHandler = Box<dyn Fn(HashMap<String, Value>, RequestContext) -> BoxFuture<'static, Result<Value>> + Send + Sync>;
Expand description

Tool handler function signature

Aliased Typeยง

pub struct ToolHandler(/* private fields */);