fix charts

This commit is contained in:
2026-06-18 08:27:29 +00:00
parent 70910b82d2
commit b4cc07b9f8
57 changed files with 371 additions and 37 deletions
+1
View File
@@ -333,6 +333,7 @@ async def execute(name: str, arguments: dict[str, Any], ctx: ToolContext) -> Any
protein_g=float(structured.get("protein_g") or 0),
fat_g=float(structured.get("fat_g") or 0),
carbs_g=float(structured.get("carbs_g") or 0),
fiber_g=float(structured.get("fiber_g") or 0),
source="llm",
estimated=True,
)