PromptExecutionFailureException

Thrown when a prompt execution fails. Wraps the already-recorded PromptExecutionRecord.Failed so that the enclosing resolveStageFailure can extract the analyzed failure directly.

Constructors

Link copied to clipboard
constructor(failedRecord: PromptExecutionRecord.Failed, cause: Throwable)

Properties

Link copied to clipboard

The analyzed failure carried by failedRecord.

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

The recorded failed prompt execution, already attached to the stage's substages.

Link copied to clipboard
open val message: String?