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

Class LLMJSONParsingError

methods/letta/errors.py:118–122  ·  view source on GitHub ↗

Exception raised for errors in the JSON parsing process.

Source from the content-addressed store, hash-verified

116
117
118class LLMJSONParsingError(LettaError):
119 """Exception raised for errors in the JSON parsing process."""
120
121 def __init__(self, message="Error parsing JSON generated by LLM"):
122 super().__init__(message=message)
123
124
125class LocalLLMError(LettaError):

Calls

no outgoing calls

Tested by

no test coverage detected