Skip to content

Commit da3806c

Browse files
feat(api): manual updates
1 parent 2872301 commit da3806c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-6d4d2509d6d6d6f6cb90dcad9ddc75dc7562ff8ed3a055bee111921a83cb26d3.yml
3-
openapi_spec_hash: 9cf0d15c10c9061cebd0816868366d1d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-f06c49dfd4b38a4f9d5bcad56348156bbf641aa8b7968acfbf655ad6ceff2126.yml
3+
openapi_spec_hash: cac52dd65fbcb65ffa7a183e764b7f06
44
config_hash: a7dc8380ffa9d78eee964a96e0eb7b54

src/zeroentropy/types/query_top_snippets_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Result(BaseModel):
3737
end_index: int
3838
"""The end index of this snippet."""
3939

40-
page_span: List[object]
40+
page_span: List[int]
4141
"""The range of page indices spanned by this snippet, as a 2-tuple of integers.
4242
4343
Inclusive on the first page_index and exclusive on the second page_index.

0 commit comments

Comments
 (0)