Merge pull request #4314 from pipecat-ai/mb/prudent-system-instruction-logging

Log system instruction once at composition time, not on every LLM call
This commit is contained in:
Mark Backman
2026-04-16 13:18:33 -04:00
committed by GitHub
5 changed files with 5 additions and 7 deletions

View File

@@ -0,0 +1 @@
- Reduced debug log noise for LLM services. The system instruction is now logged once when composed (e.g. when turn completion is enabled) instead of on every LLM call. Per-call logs now show only the conversation messages, consistent across Google, Anthropic, AWS, and OpenAI services.