MCPcopy Create free account
hub / github.com/AQ-MedAI/MedMemoryBench / LettaToolCreateError

Class LettaToolCreateError

methods/letta/errors.py:42–48  ·  view source on GitHub ↗

Error raised when a tool cannot be created.

Source from the content-addressed store, hash-verified

40
41
42class LettaToolCreateError(LettaError):
43 """Error raised when a tool cannot be created."""
44
45 default_error_message = "Error creating tool."
46
47 def __init__(self, message=None):
48 super().__init__(message=message or self.default_error_message)
49
50
51class LettaConfigurationError(LettaError):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected