Skip to content

Commit

Permalink
add optional summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jan 9, 2025
1 parent 44719d5 commit 7492dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agixt/endpoints/GQL.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class ConversationMetadata:
created_at: datetime
updated_at: datetime
has_notifications: bool
summary: str
summary: Optional[str]
attachment_count: int


Expand Down

0 comments on commit 7492dd0

Please sign in to comment.