cache_design
Store a 3D design file with a label and intended material to enable faster access and version tracking.
Instructions
Cache a 3D design file for faster access and version tracking.
Args:
file_path: Path to the design file to cache.
label: Human-readable label for the cached design.
material: Intended material for this design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| material | No | ||
| file_path | Yes |