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 Serializabletrait Producttrait Equalstrait AgentEventclass Objecttrait Matchableclass Any
Members list
In this article