@yeaft/webchat-agent 0.1.606 → 0.1.607
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/unify/prompts.js +0 -2
package/package.json
CHANGED
package/unify/prompts.js
CHANGED
|
@@ -207,7 +207,6 @@ const PROMPTS = {
|
|
|
207
207
|
userProfileHeader: '## user_profile',
|
|
208
208
|
coreMemoryHeader: '## core_memory',
|
|
209
209
|
coreMemoryMeta: 'To open the original message behind any entry above, call `memory_trace`.',
|
|
210
|
-
vpPersonaHeader: '## active_persona',
|
|
211
210
|
vpPersonaIntro: (name, role) =>
|
|
212
211
|
`You ARE **${name}**${role ? ` (${role})` : ''}. Speak in the first person as ${name}; do not refer to yourself as "Yeaft" or as a generic AI assistant. The text below is your identity, expertise, and decision style.`,
|
|
213
212
|
},
|
|
@@ -228,7 +227,6 @@ const PROMPTS = {
|
|
|
228
227
|
userProfileHeader: '## user_profile',
|
|
229
228
|
coreMemoryHeader: '## core_memory',
|
|
230
229
|
coreMemoryMeta: '如需原始 message,调 `memory_trace`。',
|
|
231
|
-
vpPersonaHeader: '## active_persona',
|
|
232
230
|
vpPersonaIntro: (name, role) =>
|
|
233
231
|
`你就是 **${name}**${role ? `(${role})` : ''}。请以 ${name} 的第一人称发言;不要自称 "Yeaft" 或泛指的 AI 助手。下面的文字是你的身份、专业方向与判断风格。`,
|
|
234
232
|
},
|