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.