Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Jan 15, 2025
1 parent 5043494 commit cf80867
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ async def main() -> None:
Args:
name: Optional identifier for this memory instance
Attributes:
name (str): Identifier for this memory instance
content (List[MemoryContent]): Direct access to memory contents
"""

def __init__(self, name: str | None = None) -> None:
Expand Down

0 comments on commit cf80867

Please sign in to comment.