diff --git a/changelog/3957.fixed.md b/changelog/3957.fixed.md new file mode 100644 index 000000000..a501aecb1 --- /dev/null +++ b/changelog/3957.fixed.md @@ -0,0 +1 @@ +- Fixed turn completion instructions being injected as a context system message instead of using `system_instruction`. This caused warning spam when `system_instruction` was also set and didn't persist across full context updates.