clanka 0.0.12 → 0.0.13
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
|
@@ -302,7 +302,7 @@ Javascript output:
|
|
|
302
302
|
};
|
|
303
303
|
// oxlint-disable-next-line typescript/no-explicit-any
|
|
304
304
|
const generateSystemMulti = (toolsDts) => {
|
|
305
|
-
return `
|
|
305
|
+
return `From now on only response with plain javascript code (no typescript) which will be executed for you.
|
|
306
306
|
|
|
307
307
|
- Use \`console.log\` to print any output you need.
|
|
308
308
|
- Top level await is supported.
|
package/package.json
CHANGED
package/src/Agent.ts
CHANGED
|
@@ -489,7 +489,7 @@ Javascript output:
|
|
|
489
489
|
|
|
490
490
|
// oxlint-disable-next-line typescript/no-explicit-any
|
|
491
491
|
const generateSystemMulti = (toolsDts: string) => {
|
|
492
|
-
return `
|
|
492
|
+
return `From now on only response with plain javascript code (no typescript) which will be executed for you.
|
|
493
493
|
|
|
494
494
|
- Use \`console.log\` to print any output you need.
|
|
495
495
|
- Top level await is supported.
|