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 Serializable
trait Product
trait Equals
trait AgentEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product