ToolUseRequested constructor

const ToolUseRequested(
  1. String toolName,
  2. String toolUseId,
  3. Map<String, dynamic> input
)

Implementation

const ToolUseRequested(this.toolName, this.toolUseId, this.input);