download_artifact
Retrieve and save image or document artifacts from Tendem task results by providing the task ID, artifact ID from agents-reference blocks, and a local file path.
Instructions
Download a file artifact (image, document) from Tendem task results and save locally.
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
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| artifact_id | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |