pub fn string_predicate(
allowed_tools: Vec<String>,
) -> Box<dyn Fn(&dyn Tool) -> bool + Send + Sync>Available on crate feature
tools only.Expand description
Creates a predicate that allows only tools with names in the provided list