Skip to content

Commit

Permalink
Adjust comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Zhou authored and Matt Zhou committed Oct 12, 2024
1 parent d10b82f commit 03c8fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions letta/schemas/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@


class FileMetadataBase(LettaBase):
"""Base class for document schemas"""
"""Base class for FileMetadata schemas"""

__id_prefix__ = "file"


class FileMetadata(FileMetadataBase):
"""Representation of a single FileMetadata (broken up into `Passage` objects)"""
"""Representation of a single FileMetadata"""

id: str = FileMetadataBase.generate_id_field()
user_id: str = Field(description="The unique identifier of the user associated with the document.")
Expand Down

0 comments on commit 03c8fa4

Please sign in to comment.