ToolResultsExecution constructor

ToolResultsExecution({
  1. String? executionId,
  2. String? historyId,
  3. String? projectId,
})

Implementation

ToolResultsExecution({this.executionId, this.historyId, this.projectId});