-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: protect chat attributes and improve error handling (#262)
* feat: protect chat attributes and improve error handling - Add property decorators to protect chat and ca_chat attributes in Conversation ABC - Make user parameter optional in all conversation classes - Add clear error messages when chat attributes accessed before initialization - Reset chat attributes on authentication failure - Add tests for new chat attribute behavior * fix CI * downgrade poetry * remove debug * skip flaky test for now
- Loading branch information
1 parent
528f290
commit 44a4f83
Showing
4 changed files
with
155 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters