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 +1 -1
- package/package.json +1 -1
- package/src/Agent.ts +1 -1
package/dist/Agent.js
CHANGED
|
@@ -328,7 +328,7 @@ Javascript output:
|
|
|
328
328
|
\`\`\``;
|
|
329
329
|
};
|
|
330
330
|
const generateSystemMulti = (toolsDts) => {
|
|
331
|
-
return `
|
|
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
package/src/Agent.ts
CHANGED
|
@@ -542,7 +542,7 @@ Javascript output:
|
|
|
542
542
|
}
|
|
543
543
|
|
|
544
544
|
const generateSystemMulti = (toolsDts: string) => {
|
|
545
|
-
return `
|
|
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.
|