mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-13 14:50:39 -07:00
feat(routing): Initialize model routing architecture (#8153)
This commit is contained in:
@@ -255,6 +255,7 @@ class Session {
|
||||
|
||||
try {
|
||||
const responseStream = await chat.sendMessageStream(
|
||||
this.config.getModel(),
|
||||
{
|
||||
message: nextMessage?.parts ?? [],
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user