You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat[backend](soar): pin llm_enrich output contract via injected system prompt
* feat[frontend](soar): single text-area prompt editor for LLM nodes
* feat[backend](soar): guarantee llm_enrich output shape via backend normalization
* feat[frontend](soar): expose llm_enrich result as a static field in child editors
Copy file name to clipboardExpand all lines: frontend/src/shared/i18n/locales/de.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4795,6 +4795,10 @@
4795
4795
"description": "Beschreibung",
4796
4796
"descriptionPlaceholder": "Optionaler Kontext für Bearbeiter. Vorlagen wie $(alert.name) werden interpoliert."
4797
4797
},
4798
+
"llm": {
4799
+
"prompt": "Prompt",
4800
+
"hint": "Das Modell ist angewiesen, immer mit einem einzigen JSON-Objekt mit der Eigenschaft \"result\" zu antworten; die Backend garantiert dieses Format, selbst wenn das Modell abweicht. Kindknoten greifen per $({{nodeId}}.result) oder konkreten Feldern zu."
Copy file name to clipboardExpand all lines: frontend/src/shared/i18n/locales/en.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5181,6 +5181,10 @@
5181
5181
"description": "Description",
5182
5182
"descriptionPlaceholder": "Optional context for responders. Templates like $(alert.name) are interpolated."
5183
5183
},
5184
+
"llm": {
5185
+
"prompt": "Prompt",
5186
+
"hint": "The model is instructed to always answer with a single JSON object carrying a \"result\" property. The backend guarantees this shape even if the model deviates. Child nodes reference it via $({{nodeId}}.result) or specific fields."
Copy file name to clipboardExpand all lines: frontend/src/shared/i18n/locales/es.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4917,6 +4917,10 @@
4917
4917
"description": "Descripción",
4918
4918
"descriptionPlaceholder": "Contexto opcional para los responsables. Plantillas como $(alert.name) se interpolan."
4919
4919
},
4920
+
"llm": {
4921
+
"prompt": "Prompt",
4922
+
"hint": "El modelo siempre responde con un único objeto JSON que incluye la propiedad \"result\"; el backend garantiza ese formato aunque el modelo se desvíe. Los nodos hijos la consultan con $({{nodeId}}.result) o campos específicos."
0 commit comments