Skip to content

Commit 03e0f94

Browse files
author
SentienceDev
committed
optional href field to element
1 parent 107bcac commit 03e0f94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sentience/models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ class Element(BaseModel):
6161
group_key: str | None = None # Geometric bucket key for ordinal grouping
6262
group_index: int | None = None # Position within group (0-indexed, sorted by doc_y)
6363

64+
# Hyperlink URL (for link elements)
65+
href: str | None = None
66+
6467

6568
class Snapshot(BaseModel):
6669
"""Snapshot response from extension"""

0 commit comments

Comments
 (0)