Transform Artifact
transform_artifactRun restricted Python code to reduce stored JSON artifacts offline, avoiding refetches and chunk reads.
Instructions
Reduce stored JSON offline, without refetching or reading chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Restricted Python assigning result; no imports or call_tool capability. | |
| inputs | No | Optional JSON parameters exposed as inputs['params']; parsed stored JSON is inputs['artifact']. Neither grants filesystem or network access. | |
| artifact_id | Yes | Owned handle returned by execution or a run receipt. | |
| description | Yes | Bounded generic projection description, without input values. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||