We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a5911 commit b83db36Copy full SHA for b83db36
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 64
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-c085faf70d6ff059fbe11b7b6b98123a612524cb9b8a6f649c99526e5b0b1bdb.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-5cb1810135c35c5024698f3365626471a04796e26e393aefe1aa0ba3c0891919.yml
src/openai/types/beta/threads/file_citation_annotation.py
@@ -11,9 +11,6 @@ class FileCitation(BaseModel):
11
file_id: str
12
"""The ID of the specific File the citation is from."""
13
14
- quote: str
15
- """The specific quote in the file."""
16
-
17
18
class FileCitationAnnotation(BaseModel):
19
end_index: int
0 commit comments