We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c15cf commit 3eb35cbCopy full SHA for 3eb35cb
1 file changed
sentience/models.py
@@ -61,6 +61,9 @@ class Element(BaseModel):
61
group_key: str | None = None # Geometric bucket key for ordinal grouping
62
group_index: int | None = None # Position within group (0-indexed, sorted by doc_y)
63
64
+ # Hyperlink URL (for link elements)
65
+ href: str | None = None
66
+
67
68
class Snapshot(BaseModel):
69
"""Snapshot response from extension"""
0 commit comments