Llm Failure Event
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
max Attempts
round trips the retry policy allows this call