Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/agents/models/chatcmpl_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def ensure_assistant_message() -> ChatCompletionAssistantMessageParam:
}
result.append(msg)

# 6) item reference => handle or raise
# 7) item reference => handle or raise
elif item_ref := cls.maybe_item_reference(item):
raise UserError(
f"Encountered an item_reference, which is not supported: {item_ref}"
Expand Down