Skip to content

Commit b30f176

Browse files
feat(sdk): add ilgs v1 span as a top model
1 parent 873f1a4 commit b30f176

File tree

5 files changed

+57
-627
lines changed

5 files changed

+57
-627
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-fa910a5a3d1321234423bd8c042d202a64d4d956ef45847b4de358cb18e447eb.yml
33
openapi_spec_hash: 926b9b619c15e8570e496e11d4fb753e
4-
config_hash: 67e3b91c6b2d2d5377f56bc8d2e8c93e
4+
config_hash: b2d6fd9ef31cd192d6abb7fceb12e578

api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ Methods:
6969
Types:
7070

7171
```python
72-
from isaacus.types.ilgs import ILGSv1Document
72+
from isaacus.types.ilgs import ILGSv1Document, ILGSv1Span
7373
```

src/isaacus/types/ilgs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
from __future__ import annotations
44

5+
from .ilgs_v1_span import ILGSv1Span as ILGSv1Span
56
from .ilgs_v1_document import ILGSv1Document as ILGSv1Document

0 commit comments

Comments
 (0)