fix(gtm): Resolve SyntaxError in multi-line prompt by changing "2. " to "2) " numbering
This commit is contained in:
@@ -138,7 +138,7 @@ Input Product Description: "{product_input[:25000]}..."
|
|||||||
|
|
||||||
Task:
|
Task:
|
||||||
1. Extract key technical features (specs, capabilities).
|
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.
|
3. Create a short raw analysis summary.
|
||||||
|
|
||||||
Output JSON format ONLY.
|
Output JSON format ONLY.
|
||||||
@@ -150,7 +150,7 @@ Input Product Description: "{product_input[:25000]}..."
|
|||||||
|
|
||||||
Aufgabe:
|
Aufgabe:
|
||||||
1. Extrahiere technische Hauptmerkmale (Specs, Fähigkeiten).
|
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.
|
3. Erstelle eine kurze Rohanalyse-Zusammenfassung.
|
||||||
|
|
||||||
Output JSON format ONLY.
|
Output JSON format ONLY.
|
||||||
|
|||||||
Reference in New Issue
Block a user