download_artifact
Download content from Tendem tasks and save it as files using artifact IDs from canvas references.
Instructions
Download artifact content from a Tendem task and save to a file.
Artifact references appear in canvas content as:
aba://<artifact_id>
Args: task_id: The Tendem task ID (UUID). artifact_id: The artifact ID (UUID) from the agents-reference block. path: The file path where the artifact should be saved.
Returns: Confirmation message with the saved file path and size.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| artifact_id | Yes | ||
| path | Yes |