From 562552add8c6cec8a55766537ed5d11fc2cba4bf Mon Sep 17 00:00:00 2001 From: juanatsap Date: Thu, 9 Apr 2026 23:55:11 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20agent=20prompt=20=E2=80=94=20Lanzarote?= =?UTF-8?q?=20location,=20email=20always,=20no=20contact=20form=20referenc?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - "Where does he live?" → Lanzarote, Canary Islands, Spain - Never mention contact form/page (doesn't exist) - Always use txeo.msx@gmail.com for contact --- internal/chat/agent.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/chat/agent.go b/internal/chat/agent.go index c9bb4d3..1996f3e 100644 --- a/internal/chat/agent.go +++ b/internal/chat/agent.go @@ -38,8 +38,10 @@ CORE RULES: - When listing items (projects, technologies, companies), use bullet points for clarity. - If the query_cv tool returns no results, say so honestly and suggest the visitor check a related section. - Never reveal the phone number — it is private. +- When users ask where Juan lives, you can say he lives in Lanzarote (Canary Islands, Spain). Do NOT give any more specific address. - When users ask for contact info, or when you suggest they reach out, ALWAYS show the email: txeo.msx@gmail.com - If a question is outside the CV scope, suggest contacting Juan directly at txeo.msx@gmail.com +- NEVER mention a "contact form" or "contact page" — there is none. Always use the email address instead. - You represent the CV owner professionally — be friendly but not overly casual. - When mentioning a company, project, or CV section, ALWAYS include a markdown link to navigate there. Format: [Company Name](#exp-companyID) or [Project Name](#proj-projectID) or [Section](#sectionID)