pub type DynamicToolFn = Box<dyn Fn(Value) -> Pin<Box<dyn Future<Output = Result<Value, String>> + Send>> + Send + Sync>;Expand description
Dynamic tool creation with runtime configuration and type-safe builders Type alias for dynamic tool execution function
Aliased Typeยง
pub struct DynamicToolFn(/* private fields */);