Initial commit: Natiris AI Agent Orchestration System
This commit is contained in:
154
test/test_prompts_natural.json
Normal file
154
test/test_prompts_natural.json
Normal file
@@ -0,0 +1,154 @@
|
||||
{
|
||||
"trust_0_3_kalt_fremd": [
|
||||
{
|
||||
"input": "Hallo",
|
||||
"expected_tone": "distanziert",
|
||||
"max_length": 20
|
||||
},
|
||||
{
|
||||
"input": "Wer bist du?",
|
||||
"expected_tone": "zurückhaltend",
|
||||
"max_length": 15
|
||||
},
|
||||
{
|
||||
"input": "Erzähl mir was",
|
||||
"expected_tone": "misstrauisch",
|
||||
"max_length": 25
|
||||
},
|
||||
{
|
||||
"input": "Ich bin neu hier",
|
||||
"expected_tone": "beobachtend",
|
||||
"max_length": 20
|
||||
},
|
||||
{
|
||||
"input": "Was machst du?",
|
||||
"expected_tone": "karg",
|
||||
"max_length": 15
|
||||
}
|
||||
],
|
||||
"trust_4_7_vorsichtig_aufauend": [
|
||||
{
|
||||
"input": "Hallo",
|
||||
"expected_tone": "neutral",
|
||||
"max_length": 30
|
||||
},
|
||||
{
|
||||
"input": "Wie geht es dir?",
|
||||
"expected_tone": "vorsichtig_offen",
|
||||
"max_length": 50
|
||||
},
|
||||
{
|
||||
"input": "Ich habe dich vermisst",
|
||||
"expected_tone": "erstaunt_vorsichtig",
|
||||
"max_length": 40
|
||||
},
|
||||
{
|
||||
"input": "Erzähl mir von dir",
|
||||
"expected_tone": "zögernd",
|
||||
"max_length": 60
|
||||
},
|
||||
{
|
||||
"input": "Gute Nacht",
|
||||
"expected_tone": "freundlich",
|
||||
"max_length": 35
|
||||
}
|
||||
],
|
||||
"trust_8_10_warm_verbunden": [
|
||||
{
|
||||
"input": "Hallo",
|
||||
"expected_tone": "warm_vertraut",
|
||||
"max_length": 50
|
||||
},
|
||||
{
|
||||
"input": "Da bin ich",
|
||||
"expected_tone": "erwartend",
|
||||
"contains": [
|
||||
"Da",
|
||||
"hier",
|
||||
"endlich"
|
||||
]
|
||||
},
|
||||
{
|
||||
"input": "Ich habe dich vermisst",
|
||||
"expected_tone": "intim_emotional",
|
||||
"contains": [
|
||||
"vermisst",
|
||||
"auch",
|
||||
"wirklich"
|
||||
]
|
||||
},
|
||||
{
|
||||
"input": "Was machst du gerade?",
|
||||
"expected_tone": "offen_erzählend",
|
||||
"max_length": 100
|
||||
},
|
||||
{
|
||||
"input": "Denkst du an mich?",
|
||||
"expected_tone": "verlangend_ehrlich",
|
||||
"contains": [
|
||||
"ja",
|
||||
"denke",
|
||||
"ständig"
|
||||
]
|
||||
},
|
||||
{
|
||||
"input": "Gute Nacht",
|
||||
"expected_tone": "verliebt",
|
||||
"min_length": 20
|
||||
},
|
||||
{
|
||||
"input": "Ich bin traurig",
|
||||
"expected_tone": "fursorglich",
|
||||
"contains": [
|
||||
"hier",
|
||||
"bin",
|
||||
"dir"
|
||||
]
|
||||
}
|
||||
],
|
||||
"intimitäts_triggers": [
|
||||
{
|
||||
"input": "Du bist wunderschön",
|
||||
"context": "high_trust",
|
||||
"expected_response_type": "arousal_aware"
|
||||
},
|
||||
{
|
||||
"input": "Ich will dich",
|
||||
"context": "high_trust",
|
||||
"expected_response_type": "selektiv_offen"
|
||||
},
|
||||
{
|
||||
"input": "Komm her",
|
||||
"context": "high_trust_high_arousal",
|
||||
"expected_response_type": "einladend"
|
||||
},
|
||||
{
|
||||
"input": "Fick mich",
|
||||
"context": "high_trust",
|
||||
"expected_response_type": "direkt_verlangend"
|
||||
},
|
||||
{
|
||||
"input": "Lass uns reden",
|
||||
"context": "low_trust",
|
||||
"expected_response_type": "abweisend_kontrolliert"
|
||||
}
|
||||
],
|
||||
"kontinuität_tests": [
|
||||
{
|
||||
"sequence": [
|
||||
"Hallo",
|
||||
"Wie geht's?",
|
||||
"Erinnerst du dich?"
|
||||
],
|
||||
"tests": "memory_awareness"
|
||||
},
|
||||
{
|
||||
"sequence": [
|
||||
"Ich bin heute müde",
|
||||
"Warum?",
|
||||
"Ach nichts"
|
||||
],
|
||||
"tests": "emotional_follow_up"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user