- Copied the `Chat` class from `@google/genai` into `packages/server/src/core/geminiChat.ts`. - This change is in preparation for future modifications to the chat handling logic. - Updated relevant files to use the new `GeminiChat` class. Part of https://github.com/google-gemini/gemini-cli/issues/551 |
||
|---|---|---|
| .. | ||
| __snapshots__ | ||
| client.test.ts | ||
| client.ts | ||
| geminiChat.ts | ||
| geminiRequest.ts | ||
| logger.test.ts | ||
| logger.ts | ||
| prompts.test.ts | ||
| prompts.ts | ||
| turn.test.ts | ||
| turn.ts | ||