ParallelToolConfig constructor

const ParallelToolConfig({
  1. int maxParallel = 5,
  2. Duration? toolTimeout,
  3. bool continueOnError = true,
})

Implementation

const ParallelToolConfig({
  this.maxParallel = 5,
  this.toolTimeout,
  this.continueOnError = true,
});