Public Access
feat: feedback-driven recipe discovery (auto-ingest via Spoonacular)
This commit is contained in:
@@ -60,6 +60,9 @@ def _serialize(row: Recipe) -> dict:
|
||||
"ingredients": row.ingredients or [],
|
||||
"instructions": list(row.instructions or []),
|
||||
"source_url": row.source_url,
|
||||
"external_source": row.external_source,
|
||||
"external_id": row.external_id,
|
||||
"discovery_reason": row.discovery_reason,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user