mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-13 23:01:09 -07:00
feat(routing): Initialize model routing architecture (#8153)
This commit is contained in:
@@ -132,7 +132,7 @@ export class Task {
|
||||
id: this.id,
|
||||
contextId: this.contextId,
|
||||
taskState: this.taskState,
|
||||
model: this.config.getContentGeneratorConfig().model,
|
||||
model: this.config.getModel(),
|
||||
mcpServers: servers,
|
||||
availableTools,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user