InvalidLlmReturnFormatException

class InvalidLlmReturnFormatException(val llmReturn: String, val expectedType: Class<*>, cause: Throwable) : RuntimeException

The LLM returned an object of the wrong type.

Constructors

Link copied to clipboard
constructor(llmReturn: String, expectedType: Class<*>, cause: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard