fix: add tests to cypress

This commit is contained in:
Shubham Naik
2024-12-23 14:44:08 -08:00
parent 039d913b8f
commit 0b8017853a
134 changed files with 388 additions and 553 deletions

View File

@@ -52,12 +52,10 @@ class LettaConfigurationError(LettaError):
class LettaAgentNotFoundError(LettaError):
"""Error raised when an agent is not found."""
pass
class LettaUserNotFoundError(LettaError):
"""Error raised when a user is not found."""
pass
class LLMError(LettaError):