create-message-kit 1.1.5-beta.2 → 1.1.5-beta.4
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -12,7 +12,7 @@ export async function agent_prompt(userInfo: UserInfo) {
|
|
12
12
|
systemPrompt += PROMPT_USER_CONTENT(userInfo);
|
13
13
|
|
14
14
|
//Add skills and examples to the prompt
|
15
|
-
systemPrompt += PROMPT_SKILLS_AND_EXAMPLES(skills);
|
15
|
+
systemPrompt += PROMPT_SKILLS_AND_EXAMPLES(skills, "@ens");
|
16
16
|
|
17
17
|
systemPrompt += `
|
18
18
|
|