ToolExecutionStarted constructor

const ToolExecutionStarted(
  1. String toolName,
  2. String toolUseId
)

Implementation

const ToolExecutionStarted(this.toolName, this.toolUseId);