Add changelog entries for #4089

This commit is contained in:
Paul Kompfner
2026-03-20 10:33:14 -04:00
parent d4dea30407
commit bb7199d143
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
- ⚠️ `GeminiLLMAdapter` now only treats `messages[0]` as the initial system message, matching all other adapters. Previously it searched for the first "system" message anywhere in the conversation history. A "system" message appearing later in the list will now be converted to "user" instead of being extracted as the system instruction.