update_recipe
Patch a custom recipe by updating its title, ingredients, directions, or other attributes, and refresh its embedding to keep it searchable.
Instructions
Patch a custom recipe and refresh its embedding when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_id | Yes | ||
| title | No | ||
| ingredient_names | No | ||
| ingredient_amounts | No | ||
| ingredient_units | No | ||
| directions | No | ||
| cuisines | No | ||
| courses | No | ||
| tastes | No | ||
| total_time_min | No | ||
| difficulty | No | ||
| servings | No | ||
| tools | No | ||
| dietary_flags | No | ||
| allergens | No | ||
| notes | No |