mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
Zed integration (#4266)
Co-authored-by: Agus Zubiaga <agus@zed.dev> Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com> Co-authored-by: mkorwel <matt.korwel@gmail.com>
This commit is contained in:
@@ -221,7 +221,7 @@ export class GeminiClient {
|
||||
return initialParts;
|
||||
}
|
||||
|
||||
private async startChat(extraHistory?: Content[]): Promise<GeminiChat> {
|
||||
async startChat(extraHistory?: Content[]): Promise<GeminiChat> {
|
||||
const envParts = await this.getEnvironment();
|
||||
const toolRegistry = await this.config.getToolRegistry();
|
||||
const toolDeclarations = toolRegistry.getFunctionDeclarations();
|
||||
|
||||
Reference in New Issue
Block a user