wisdom_store_transformed_fragments
Store transformed fragments and optionally provide original content to track compression metrics.
Instructions
Store fragments that were transformed by the host. Optionally provide original_content to track compression metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project UUID (uses current if not specified) | |
| fragments | Yes | Array of fragment objects with content and optional type | |
| original_content | No | The original content before transformation (for compression metrics) | |
| source_transform | No | Transform UUID that was used |