Fix request_image_frame and usage

This commit is contained in:
Paul Kompfner
2026-01-13 13:15:32 -05:00
parent d0f227189c
commit b937956dc8
3 changed files with 5 additions and 8 deletions

View File

@@ -519,6 +519,7 @@ class LLMService(AIService):
UserImageRequestFrame(
user_id=user_id,
text=text_content,
append_to_context=True,
# Deprecated fields below.
function_name=function_name,
tool_call_id=tool_call_id,