ToolUseMessage constructor

const ToolUseMessage(
  1. List<ToolCall> toolCalls
)

Implementation

const ToolUseMessage(this.toolCalls);