ThinkingException

class ThinkingException(message: String, val thinkingBlocks: List<<Error class: unknown class>>) : Exception

Exception that carries thinking blocks even when LLM operation fails. This preserves the LLM's reasoning process for debugging and analysis.

Constructors

Link copied to clipboard
constructor(message: String, thinkingBlocks: List<<Error class: unknown class>>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val thinkingBlocks: List<<Error class: unknown class>>

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
Link copied to clipboard
Link copied to clipboard