LlmFailureEvent

An LLM call attempt failed.

attempts and maxAttempts both count the whole call, not one retry sequence within it. A call that binds and then re-prompts to fix a validation error runs two retry sequences, so it makes up to twice the configured attempts and both numbers say so.

Parameters

attempts

round trips made to the model so far, including the one that failed

maxAttempts

round trips the retry policy allows this call

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val processId: String

ID of the process that this event relates to.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant

Functions

Link copied to clipboard
open override fun toString(): String