ToolResponseCommand constructor

ToolResponseCommand(
  1. String callId,
  2. String result
)

Implementation

ToolResponseCommand(this.callId, this.result);