From 046202ebde7ad15abde5dab16819b3d923ab6269 Mon Sep 17 00:00:00 2001 From: igmahl Date: Wed, 17 Dec 2025 16:18:54 +0200 Subject: [PATCH] Update Viktor's greeting --- src/config/activities.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/activities.ts b/src/config/activities.ts index 1c39421b9..9ccd10aed 100644 --- a/src/config/activities.ts +++ b/src/config/activities.ts @@ -54,7 +54,7 @@ export const agents: AgentConfig[] = [ category: 'Assistant', color: 'from-orange-500 to-amber-500', type: 'simple-ai', - greetingMessage: "Hi! I'm Viktor, your personal fixer. I know my stuff. What would you like to, err, research today?", + greetingMessage: "Hi! I'm Viktor, your personal assistant.\nShort intro on me. I care a great deal about privacy. I don't know you, I don't log you, I don't even know your IP address. You are invisible here and nothing will be recorded about our conversation.\nHow can I help?", backendActivityId: 'ama', quickActions: [ { label: 'Research', message: 'Research the latest news' },