Skip to content

Commit 27a7ced

Browse files
docs(api): note docs are enriched into ilgs v1
1 parent c010615 commit 27a7ced

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.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-a9cacf65cf152a5f4fdd8de8d28c979452c67c28a7e765075638b817d330d121.yml
3-
openapi_spec_hash: 8343f878342e9d128695b85fecb93dc5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-3d30398ce36763aa90f81282ad98137f5c8165e5421b7ac3475557134557de86.yml
3+
openapi_spec_hash: 7fda17ba5bd5e3d2b3d539e6d8660a3d
44
config_hash: 9040e7359f066240ad536041fb2c5185

src/isaacus/types/enrichment_response.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ class Result(BaseModel):
1818
"""
1919

2020
document: Document
21-
"""The enriched document."""
21+
"""
22+
The document enriched into version 1.0.0 of the Isaacus Legal Graph Schema
23+
(ILGS).
24+
"""
2225

2326

2427
class Usage(BaseModel):

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323

2424
class Document(BaseModel):
25-
"""The enriched document."""
25+
"""
26+
The document enriched into version 1.0.0 of the Isaacus Legal Graph Schema (ILGS).
27+
"""
2628

2729
text: str
2830
"""The text of the document."""

0 commit comments

Comments
 (0)