p35
This commit is contained in:
@@ -16,6 +16,12 @@ parameters:
|
||||
max_length_ratio_percent: 150
|
||||
heartbeat_message: 'Ich optimiere die Anfrage…'
|
||||
output_prefix_pattern: '/^(?:normalisiert|korrigiert|corrected|normalized)\s*:\s*/iu'
|
||||
placeholder_outputs:
|
||||
- normalized user input
|
||||
- corrected user input
|
||||
- user input
|
||||
- normalisierte nutzereingabe
|
||||
- korrigierte nutzereingabe
|
||||
skip_patterns:
|
||||
- '/https?:\/\//iu'
|
||||
- '/\bwww\./iu'
|
||||
@@ -192,6 +198,15 @@ parameters:
|
||||
testomat_model_pattern: '/\bTestomat(?:®)?\s+(?:\d{3,4}(?:\s+[A-Z]{2,8})?|EVO(?:\s+[A-Z]{2,6})?|ECO(?:[-\s]?(?:PLUS|C))?|DUO(?:\s+\d{3,4})?|LAB(?:\s+[A-Z]{2,6})?)\b/iu'
|
||||
hardness_value_pattern: '/\b\d+(?:[,.]\d+)?\s*°\s*dH\b/iu'
|
||||
|
||||
followup_actions:
|
||||
commerce:
|
||||
Im Shop suchen: 'Suche die aktuelle Produktauswahl im Shop.'
|
||||
Nur Zubehör anzeigen: 'Zeige aus der aktuellen Produktauswahl nur Zubehör.'
|
||||
Nur Geräte anzeigen: 'Zeige aus der aktuellen Produktauswahl nur Geräte.'
|
||||
Preis anzeigen: 'Zeige mir die Preise der aktuell relevanten Produkte.'
|
||||
knowledge:
|
||||
Technische Details anzeigen: 'Zeige technische Details zur aktuellen Antwort.'
|
||||
|
||||
messages:
|
||||
empty_prompt: '❌ Empty prompt.'
|
||||
analyze_request: 'Ich analysiere deine Anfrage...'
|
||||
|
||||
@@ -69,6 +69,15 @@ parameters:
|
||||
- tc
|
||||
- '0,02'
|
||||
|
||||
normalization:
|
||||
# Generic language normalization tables. Keep these in YAML so PHP code
|
||||
# executes normalization logic without owning language-specific lists.
|
||||
ascii_transliteration:
|
||||
ä: ae
|
||||
ö: oe
|
||||
ü: ue
|
||||
ß: ss
|
||||
|
||||
stopword_groups:
|
||||
de_core:
|
||||
- der
|
||||
|
||||
@@ -46,6 +46,17 @@ parameters:
|
||||
- messbereich
|
||||
testomat:
|
||||
- testomat
|
||||
exact_selection_token_variant_suffixes:
|
||||
- typen
|
||||
- innen
|
||||
- enen
|
||||
- ern
|
||||
- en
|
||||
- er
|
||||
- es
|
||||
- e
|
||||
- s
|
||||
- n
|
||||
exact_selection_indicator_question_tokens:
|
||||
- indikator
|
||||
- indikatortyp
|
||||
|
||||
Reference in New Issue
Block a user