From fda4cb6732587db938f9870c6c073603ef4b6a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 5 Mar 2026 16:16:41 -0800 Subject: [PATCH] Add changelog for #3932 --- changelog/3932.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3932.added.md diff --git a/changelog/3932.added.md b/changelog/3932.added.md new file mode 100644 index 000000000..e97690d44 --- /dev/null +++ b/changelog/3932.added.md @@ -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.