Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey committed Jan 31, 2025
1 parent ea84fba commit 5cc1c5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/task/base/OutputTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
import { SingleTask, TaskInput } from "./Task";

/**
* A task class that handles array-based processing by creating subtasks for each combination of inputs
* Extends RegenerativeCompoundTask to manage a collection of child tasks running in parallel
* Output tasks have side effects, and so need to always run and not be cached
*/
export class OutputTask extends SingleTask {
static readonly category = "Output";
Expand Down

0 comments on commit 5cc1c5f

Please sign in to comment.