Run Cached Code
run_cached_codeRun previously cached code with a new inputs object, reusing unchanged logic to avoid redundant execution.
Instructions
Reuse unchanged cached code with a new structured inputs object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Complete new inputs object; never interpolated into Python source. | |
| cache_id | Yes | Recipe identifier returned by execute_code or list_recipes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||