Files
pipecat/changelog/4089.changed.md
2026-03-24 16:02:42 -04:00

343 B

  • ⚠️ 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.