mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-20 21:18:13 +02:00
feat: expose chunk char spans on ChunkRead
This commit is contained in:
parent
7d7cb12a43
commit
435b84215e
1 changed files with 3 additions and 0 deletions
|
|
@ -17,4 +17,7 @@ class ChunkUpdate(ChunkBase):
|
|||
|
||||
|
||||
class ChunkRead(ChunkBase, IDModel, TimestampModel):
|
||||
start_char: int | None = None
|
||||
end_char: int | None = None
|
||||
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue