ToolCallFailed

org.llm4s.agent.streaming.AgentEvent.ToolCallFailed
final case class ToolCallFailed(toolCallId: String, toolName: String, error: String, timestamp: Instant) extends AgentEvent

A tool call failed during execution.

Value parameters

error

Description of the failure

timestamp

When the failure occurred

toolCallId

Unique identifier matching the start event

toolName

Name of the tool that failed

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