AgentTaskSpec constructor
AgentTaskSpec({
- AgentEnvironment? environment,
- String? maxRunDuration,
- List<
AgentTaskRunnable> ? runnables, - AgentTaskUserAccount? userAccount,
Implementation
AgentTaskSpec({
this.environment,
this.maxRunDuration,
this.runnables,
this.userAccount,
});