AgentBehaviorConfig constructor

const AgentBehaviorConfig({
  1. int? turnLimit,
  2. int? timeoutMs,
  3. int? maxRetries,
  4. bool? parallelTools,
  5. Map<String, dynamic> options = const {},
})

Implementation

const AgentBehaviorConfig({
  this.turnLimit,
  this.timeoutMs,
  this.maxRetries,
  this.parallelTools,
  this.options = const {},
});