ToolCallStartingEvent

constructor(eventId: String, executionInfo: AgentExecutionInfo, runId: String, toolCallId: String?, toolName: String, toolArgs: JsonObject, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)


constructor(runId: String, toolCallId: String?, toolName: String, toolArgs: JsonObject, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)

Deprecated

Use constructor with executionInfo parameter

Replace with

ToolCallStartingEvent(executionInfo, runId, toolCallId, toolName, toolArgs, timestamp)