Remove comment referencing removed OpenAILLMContext

This commit is contained in:
Paul Kompfner
2026-04-03 11:53:57 -04:00
parent 70469e3c0c
commit 9266e1e7ad

View File

@@ -594,8 +594,6 @@ class LLMMessagesTransformFrame(DataFrame):
A frame containing a transform function that takes the context's current list
of LLM messages and returns a modified list.
Only compatible with LLMContext and not the deprecated OpenAILLMContext.
Parameters:
transform: A function that takes a list of messages and returns a
modified list.