Plan Legacy TD Patch Dict
td_plan_patchPlan legacy TouchDesigner network patches using pre-v1.5 patch dict shape. Accepts intent, target path, optional recipe and hints. Prefer td_brain_plan then td_brain_execute for new work.
Instructions
(Legacy — prefer td_brain_plan → td_brain_execute; slated for removal in v3.0.) Legacy compatibility planner returning the pre-v1.5 patch dict shape. For new concept-to-network TouchDesigner work, prefer td_brain_plan followed by td_brain_execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | What you want to achieve | |
| recipe_id | No | Optional recipe ID to base plan on | |
| target_path | No | Target path to plan changes for | /project1 |
| include_hints | No | If True, attach a ``hints`` block via td_get_hints. Auto-injection still fires when the plan touches feedback, GLSL, or audio-reactive territory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||