Add changelog for #3932

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-05 16:16:41 -08:00
parent f4b8245241
commit fda4cb6732

1
changelog/3932.added.md Normal file
View File

@@ -0,0 +1 @@
- LLM services (`BaseOpenAILLMService`, `AnthropicLLMService`, `AWSBedrockLLMService`) now log a warning when both `system_instruction` and a system message in the context are set. The constructor's `system_instruction` takes precedence.