Add changelog entries for OpenAILLMContext removal

This commit is contained in:
Paul Kompfner
2026-04-01 14:03:08 -04:00
parent 92e34ea6e8
commit df68665ec1
7 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
- ⚠️ `BaseOpenAILLMService.get_chat_completions()` now accepts an `LLMContext` instead of `OpenAILLMInvocationParams`. If you override this method, update your signature accordingly.