ToolCallResultEvent
data class ToolCallResultEvent(val runId: String, val toolCallId: String?, val toolName: String, val toolArgs: ToolArgs, val result: ToolResult?, val eventId: String = ToolCallResultEvent::class.simpleName!!) : DefinedFeatureEvent(source)
Represents an event that contains the results of a tool invocation.
This event carries information about the tool that was executed, the arguments used for its execution, and the resulting outcome. It is used to track and share the details of a tool's execution within the system's event-handling framework.