From 88e4a6d024ec79e964cd0ad334815efa0b33774c Mon Sep 17 00:00:00 2001 From: Floke Date: Wed, 31 Dec 2025 14:55:06 +0000 Subject: [PATCH] fix(gtm): Resolve SyntaxError in multi-line prompt by changing "2. " to "2) " numbering --- gtm_architect_orchestrator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtm_architect_orchestrator.py b/gtm_architect_orchestrator.py index e715d900..ebda1e07 100644 --- a/gtm_architect_orchestrator.py +++ b/gtm_architect_orchestrator.py @@ -138,7 +138,7 @@ Input Product Description: "{product_input[:25000]}..." Task: 1. Extract key technical features (specs, capabilities). -2. Derive "Hard Constraints". IMPORTANT: Check Vmax (<20km/h = Private Grounds) and Cleaning Type (Vacuum != Heavy Debris/Snow). +2) Derive "Hard Constraints". IMPORTANT: Check Vmax (<20km/h = Private Grounds) and Cleaning Type (Vacuum != Heavy Debris/Snow). 3. Create a short raw analysis summary. Output JSON format ONLY. @@ -150,7 +150,7 @@ Input Product Description: "{product_input[:25000]}..." Aufgabe: 1. Extrahiere technische Hauptmerkmale (Specs, Fähigkeiten). -2. Leite "Harte Constraints" ab. WICHTIG: Prüfe Vmax (<20km/h = Privatgelände) und Reinigungstyp (Vakuum != Grobschmutz/Schnee). +2) Leite "Harte Constraints" ab. WICHTIG: Prüfe Vmax (<20km/h = Privatgelände) und Reinigungstyp (Vakuum != Grobschmutz/Schnee). 3. Erstelle eine kurze Rohanalyse-Zusammenfassung. Output JSON format ONLY.