fix(app_bridge): expand generate_recipe_api parameters
- Accept ingredients, dietary_preference, cuisine_type, cook_time, difficulty
- Properly map parameters to generate_recipe_with_ai function
fix(meal_planner): improve error handling with specific exceptions
- Replace bare except clauses with json.JSONDecodeError and IOError
- Better error reporting for debugging
0
Log in to leave a comment