Enable runtime access to provider name (#5399)
This commit is contained in:
@@ -1361,6 +1361,10 @@ mod tests {
|
||||
)
|
||||
}
|
||||
|
||||
fn get_name(&self) -> &str {
|
||||
"mock-scheduler"
|
||||
}
|
||||
|
||||
fn get_model_config(&self) -> ModelConfig {
|
||||
self.model_config.clone()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user