mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Updating the first user message to mention the product name (#2037)
This commit is contained in:
@@ -115,8 +115,8 @@ export class GeminiClient {
|
|||||||
fileService: this.config.getFileService(),
|
fileService: this.config.getFileService(),
|
||||||
});
|
});
|
||||||
const context = `
|
const context = `
|
||||||
Okay, just setting up the context for our chat.
|
This is the Gemini CLI. We are setting up the context for our chat.
|
||||||
Today is ${today}.
|
Today's date is ${today}.
|
||||||
My operating system is: ${platform}
|
My operating system is: ${platform}
|
||||||
I'm currently working in the directory: ${cwd}
|
I'm currently working in the directory: ${cwd}
|
||||||
${folderStructure}
|
${folderStructure}
|
||||||
|
|||||||
Reference in New Issue
Block a user