create-message-kit 1.1.5-beta.2 → 1.1.5-beta.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-message-kit",
3
- "version": "1.1.5-beta.2",
3
+ "version": "1.1.5-beta.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -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