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 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