mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-21 00:37:17 -07:00
feat: add option to disable streaming in CLI
This commit is contained in:
@@ -57,7 +57,7 @@ export class UserSimulator {
|
||||
}
|
||||
this.interactionsFile = `interactions_${Date.now()}.txt`;
|
||||
this.isRunning = true;
|
||||
this.timer = setInterval(() => this.tick(), 3000);
|
||||
this.timer = setInterval(() => this.tick(), 1000);
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
||||
Reference in New Issue
Block a user