mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
feat(cli): add support for --prompt-interactive/-i flag (#1743)
This commit is contained in:
@@ -134,6 +134,10 @@ export class GeminiClient {
|
||||
return this.chat;
|
||||
}
|
||||
|
||||
isInitialized(): boolean {
|
||||
return this.chat !== undefined && this.contentGenerator !== undefined;
|
||||
}
|
||||
|
||||
getHistory(): Content[] {
|
||||
return this.getChat().getHistory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user