We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8a8af commit c828d1bCopy full SHA for c828d1b
vllm/entrypoints/harmony_utils.py
@@ -317,7 +317,8 @@ def parse_output_message(message: Message) -> list[ResponseOutputItem]:
317
)
318
output_items.append(response_item)
319
elif recipient is not None and (recipient.startswith("python")
320
- or recipient.startswith("browser")):
+ or recipient.startswith("browser")
321
+ or recipient.startswith("container")):
322
for content in message.content:
323
reasoning_item = ResponseReasoningItem(
324
id=f"rs_{random_uuid()}",
0 commit comments