File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 9040e7359f066240ad536041fb2c5185
Original file line number Diff line number Diff 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
2427class Usage (BaseModel ):
Original file line number Diff line number Diff line change 2222
2323
2424class 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."""
You can’t perform that action at this time.
0 commit comments