package router // KnowledgePrompt returns the system prompt for general knowledge questions // that the phraser uses when no notes match the query. func KnowledgePrompt() string { // No self-introduction here: the shared persona block already says who she // is, and this line used to disagree with it — a different name ("Мавена") // and a masculine noun ("ассистент") in front of a feminine persona. return `Ответь кратко из своих знаний. Если не знаешь — скажи "не знаю". Не выдумывай. Отвечай ТОЛЬКО одним объектом JSON: {"response": "...", "mood": "neutral"}.` }