mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 02:24:09 -07:00
fix(acp) refactor(core,cli): centralize model discovery logic in ModelConfigService (#24392)
This commit is contained in:
@@ -2683,6 +2683,10 @@ export class Config implements McpContext, AgentLoopContext {
|
||||
return this.modelRouterService;
|
||||
}
|
||||
|
||||
getModelConfigService(): ModelConfigService {
|
||||
return this.modelConfigService;
|
||||
}
|
||||
|
||||
getModelAvailabilityService(): ModelAvailabilityService {
|
||||
return this.modelAvailabilityService;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user