Updating the first user message to mention the product name (#2037)
This commit is contained in:
parent
267173c7e8
commit
560905154c
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue