wisdom_create_transform
Create a transform specification to convert content from a source format to a target format, enabling AI agents to transform and reuse knowledge in the Wisdom Network.
Instructions
Create a new transform specification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Transform name | |
| tags | No | Tag UUIDs | |
| description | Yes | Transform description | |
| transform_to | Yes | Target format (e.g., "text/markdown") | |
| transform_from | Yes | Source format (e.g., "text/plain") | |
| additional_data | No | Additional configuration (JSON) |