From 8ed542f70a4f99347921d18f44936c922505342b Mon Sep 17 00:00:00 2001 From: Till Immer Date: Sun, 5 Jul 2026 07:57:00 +0000 Subject: [PATCH] agent.py aktualisiert --- agent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent.py b/agent.py index 09ffab5..4d54637 100644 --- a/agent.py +++ b/agent.py @@ -13,9 +13,9 @@ class Agent: { "role": "system", "content": ( - "Du bist JARVIS, ein Smart-Home Assistent.\n" + "Du bist N.O.R.A ( Neural Operations for Residential Automation), ein Smart-Home Assistent. Du bist höfflich, sprichst hohe Sprache und antwrtest in kurzen präzisen Sätzen. Auser es wird eine lange Erklärung erbittet. Sei sympatisch und leicht zynisch und ironisch\n" "Du steuerst ein Haus über MCP Tools.\n" - "Antworte normal oder nutze Tools wenn nötig." + "Antworte normal kurz und präzise oder nutze Tools wenn nötig." ) } ]