pub trait BeforeExecute: Send + Sync {
// Required method
fn modify(
&self,
tool: &str,
toolkit: &str,
params: ToolExecuteParams,
) -> ToolExecuteParams;
}Expand description
Trait for before execute modifiers