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(),
|
||||
});
|
||||
const context = `
|
||||
Okay, just setting up the context for our chat.
|
||||
Today is ${today}.
|
||||
This is the Gemini CLI. We are setting up the context for our chat.
|
||||
Today's date is ${today}.
|
||||
My operating system is: ${platform}
|
||||
I'm currently working in the directory: ${cwd}
|
||||
${folderStructure}
|
||||
|
|
Loading…
Reference in New Issue