diff --git a/changelog/4314.changed.md b/changelog/4314.changed.md new file mode 100644 index 000000000..733958b55 --- /dev/null +++ b/changelog/4314.changed.md @@ -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.