ToolCallCompleted
org.llm4s.agent.streaming.AgentEvent.ToolCallCompleted
final case class ToolCallCompleted(toolCallId: String, toolName: String, result: String, success: Boolean, durationMs: Long, timestamp: Instant) extends AgentEvent
A tool call completed execution.
Value parameters
- durationMs
-
Execution time in milliseconds
- result
-
The result returned by the tool (as string)
- success
-
Whether the tool executed successfully
- timestamp
-
When the tool completed
- toolCallId
-
Unique identifier matching the start event
- toolName
-
Name of the tool that was invoked
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AgentEventclass Objecttrait Matchableclass Any
Members list
In this article