run_conversion
Run a conversion command to translate data schemas between formats and generate code for multiple programming languages, returning conversion output details.
Instructions
Run a conversion command and return conversion output information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The conversion command name. | |
| options | No | Additional command options. | |
| input_path | No | Path to the input file. | |
| output_path | No | Path for the output file. | |
| input_content | No | Inline input content. |