pub trait DescriptionOptimizer {
// Required method
fn rewrite(&self, tool: &Tool) -> OptimizationOutcome;
}Expand description
Pluggable optimizer interface. Out-of-tree backends (Claude/GPT/…) implement this.
pub trait DescriptionOptimizer {
// Required method
fn rewrite(&self, tool: &Tool) -> OptimizationOutcome;
}Pluggable optimizer interface. Out-of-tree backends (Claude/GPT/…) implement this.