mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 23:31:13 -07:00
feat: reset availabilityService on /auth (#14911)
This commit is contained in:
@@ -123,6 +123,10 @@ export class ModelAvailabilityService {
|
||||
}
|
||||
}
|
||||
|
||||
reset() {
|
||||
this.health.clear();
|
||||
}
|
||||
|
||||
private setState(model: ModelId, nextState: HealthState) {
|
||||
this.health.set(model, nextState);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user