Skip to content

Commit a1842eb

Browse files
feat(api): add a text field
1 parent cd485eb commit a1842eb

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-eb64c01e148bcb3f02d717248b3e1ff4f554779928ae52a689c1c73bafee470d.yml
3-
openapi_spec_hash: 167ee6ce237a5f0d28d99411bc4dc920
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-3cce91df023b807a4471d16453720e5962966b270abd3eee54711d74cfbd092e.yml
3+
openapi_spec_hash: 5d9892dfcf03fd24c38775951636e5fb
44
config_hash: 7b8cddc2fa896f9ab05e6b05055c7f27

src/isaacus/types/ilgs/v1/document.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
class Document(BaseModel):
2525
"""The enriched document."""
2626

27+
text: str
28+
"""The text of the document."""
29+
2730
title: Optional[Span] = None
2831
"""A zero-based, half-open span into the Unicode code point space of input text.
2932

0 commit comments

Comments
 (0)