AgentFailed
org.llm4s.agent.streaming.AgentEvent.AgentFailed
final case class AgentFailed(error: LLMError, stepNumber: Option[Int], timestamp: Instant) extends AgentEvent
Agent execution failed.
Value parameters
- error
-
The error that caused failure
- stepNumber
-
Step where failure occurred (if known)
- timestamp
-
When failure occurred
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AgentEventclass Objecttrait Matchableclass Any
Members list
In this article