Invalid Llm Return Format Exception
class InvalidLlmReturnFormatException(val llmReturn: String, val expectedType: Class<*>, cause: Throwable) : RuntimeException
The LLM returned an object of the wrong type.
The LLM returned an object of the wrong type.