-
Notifications
You must be signed in to change notification settings - Fork 2
Warnings Property #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warnings Property #172
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #172 +/- ##
==========================================
+ Coverage 98.59% 98.60% +0.01%
==========================================
Files 11 11
Lines 1699 1707 +8
Branches 162 162
==========================================
+ Hits 1675 1683 +8
Misses 5 5
Partials 19 19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
memor/message.py
Outdated
| return self.get_size() | ||
|
|
||
| @property | ||
| def warnings(self) -> Dict[str, Union[float, bool]]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it should be Dict[str, Dict[str, Union[float, bool]]]:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 2d2fde1
memor/session.py
Outdated
| return self.get_size() | ||
|
|
||
| @property | ||
| def warnings(self) -> Dict[str, Union[float, bool]]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 2d2fde1
Reference Issues/PRs
#98
What does this implement/fix? Explain your changes.
Responseclasswarningsproperty addedPromptclasswarningsproperty addedSessionclasswarningsproperty addedAny other comments?