add_dependency
Enhance request or task execution by specifying required libraries, tools, or resources. Use to link dependencies to a task or project, ensuring all prerequisites are met for successful completion.
Instructions
Add a dependency to a request or task.
Dependencies can be libraries, tools, or other requirements needed for the project or specific tasks.
If 'taskId' is provided, the dependency will be added to that specific task. Otherwise, it will be added to the request.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependency | Yes | ||
requestId | Yes | ||
taskId | No |