Skip to main content

DescriptionOptimizer

Trait DescriptionOptimizer 

Source
pub trait DescriptionOptimizer {
    // Required method
    fn rewrite(&self, tool: &Tool) -> OptimizationOutcome;
}
Expand description

Pluggable optimizer interface. Out-of-tree backends (Claude/GPT/…) implement this.

Required Methods§

Implementors§