Prompt Execution Failure Exception
class PromptExecutionFailureException(val failedRecord: PromptExecutionRecord.Failed, cause: Throwable) : Exception
Thrown when a prompt execution fails. Wraps the already-recorded PromptExecutionRecord.Failed so that the enclosing resolveStageFailure can extract the analyzed failure directly.
Properties
Link copied to clipboard
The analyzed failure carried by failedRecord.
Link copied to clipboard
The recorded failed prompt execution, already attached to the stage's substages.