Skip to content

Commit b83db36

Browse files
committed
feat(api): updates (#1481)
1 parent 54a5911 commit b83db36

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 64
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-c085faf70d6ff059fbe11b7b6b98123a612524cb9b8a6f649c99526e5b0b1bdb.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-5cb1810135c35c5024698f3365626471a04796e26e393aefe1aa0ba3c0891919.yml

src/openai/types/beta/threads/file_citation_annotation.py

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ class FileCitation(BaseModel):
1111
file_id: str
1212
"""The ID of the specific File the citation is from."""
1313

14-
quote: str
15-
"""The specific quote in the file."""
16-
1714

1815
class FileCitationAnnotation(BaseModel):
1916
end_index: int

0 commit comments

Comments
 (0)