ToolResultsStep constructor

ToolResultsStep({
  1. String? executionId,
  2. String? historyId,
  3. String? projectId,
  4. String? stepId,
})

Implementation

ToolResultsStep({
  this.executionId,
  this.historyId,
  this.projectId,
  this.stepId,
});