Skip to main content

depends_on

Method
This is a method of the Task class in the task module.
Alias for context - sets the list of dependent tasks.

Signature

def depends_on(value: Any) -> Any

Parameters

value
Any
required
No description available.

Returns

Returns
Any
The result of the operation.

Source

View on GitHub

praisonaiagents/task/task.py at line 403