From 4ffcca505ae8a767db4e960ff8061d2085d1b57f Mon Sep 17 00:00:00 2001 From: team3 Date: Sun, 7 Jun 2026 15:21:52 +0200 Subject: [PATCH] update --- backend/generator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/generator.py b/backend/generator.py index 83bc3a6..9fb1eee 100644 --- a/backend/generator.py +++ b/backend/generator.py @@ -1394,8 +1394,8 @@ def _element_fields(data: dict) -> dict | None: return { "title": title[:200], "description": str(data.get("description", "")).strip(), - "examples": listen["examples"][:5], - "hints": listen["hints"][:5], + "examples": listen["examples"], + "hints": listen["hints"], }