Skip to content

Commit

Permalink
feat(api): updates (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jun 12, 2024
1 parent 54a5911 commit b83db36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 64
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
3 changes: 0 additions & 3 deletions src/openai/types/beta/threads/file_citation_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ class FileCitation(BaseModel):
file_id: str
"""The ID of the specific File the citation is from."""

quote: str
"""The specific quote in the file."""


class FileCitationAnnotation(BaseModel):
end_index: int
Expand Down

0 comments on commit b83db36

Please sign in to comment.