pub trait HasCapability: Send + Sync { // Required methods fn model_id(&self) -> &str; fn config(&self) -> &ModelConfig; }