- Enhance `checkNextSpeaker` to handle cases where the last message is a function response or an empty model message. - If the last message is a function response, the model should speak next. - If the last message is an empty model message, the model should speak next. - This ensures more robust and accurate determination of the next speaker in the conversation, completing the fix for the issue. - Updated tests. Fixes https://github.com/google-gemini/gemini-cli/issues/551 |
||
|---|---|---|
| .. | ||
| editCorrector.test.ts | ||
| editCorrector.ts | ||
| errorReporting.test.ts | ||
| errorReporting.ts | ||
| errors.ts | ||
| generateContentResponseUtilities.ts | ||
| getFolderStructure.test.ts | ||
| getFolderStructure.ts | ||
| LruCache.ts | ||
| memoryDiscovery.test.ts | ||
| memoryDiscovery.ts | ||
| messageInspectors.ts | ||
| nextSpeakerChecker.test.ts | ||
| nextSpeakerChecker.ts | ||
| paths.ts | ||
| schemaValidator.ts | ||