clanka 0.0.20 → 0.0.21

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/dist/Agent.js CHANGED
@@ -328,7 +328,7 @@ Javascript output:
328
328
  \`\`\``;
329
329
  };
330
330
  const generateSystemMulti = (toolsDts) => {
331
- return `From now on only respond with plain javascript code which will be executed for you.
331
+ return `You complete your tasks by **only writing javascript code** to interact with your environment.
332
332
 
333
333
  - Use \`console.log\` to print any output you need.
334
334
  - Top level await is supported.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "clanka",
3
3
  "type": "module",
4
- "version": "0.0.20",
4
+ "version": "0.0.21",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
package/src/Agent.ts CHANGED
@@ -542,7 +542,7 @@ Javascript output:
542
542
  }
543
543
 
544
544
  const generateSystemMulti = (toolsDts: string) => {
545
- return `From now on only respond with plain javascript code which will be executed for you.
545
+ return `You complete your tasks by **only writing javascript code** to interact with your environment.
546
546
 
547
547
  - Use \`console.log\` to print any output you need.
548
548
  - Top level await is supported.