pub type BeforeToolCallback = Box<dyn Fn(Arc<dyn CallbackContext>) -> BoxFuture<'static, Result<Option<Content>>> + Send + Sync>;Expand description
Callback executed before tool execution
Aliased Typeยง
pub struct BeforeToolCallback(/* private fields */);