AgentTaskSpec constructor

AgentTaskSpec({
  1. AgentEnvironment? environment,
  2. String? maxRunDuration,
  3. List<AgentTaskRunnable>? runnables,
  4. AgentTaskUserAccount? userAccount,
})

Implementation

AgentTaskSpec({
  this.environment,
  this.maxRunDuration,
  this.runnables,
  this.userAccount,
});