@getollie/cli 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/prompt.ts +2 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getollie/cli",
3
3
  "private": "false",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "module": "index.ts",
6
6
  "type": "module",
7
7
  "bin": {
package/src/prompt.ts CHANGED
@@ -35,6 +35,8 @@ Before start evaluation, please read origin task carefully, and find 1-2 related
35
35
  }
36
36
  \`\`\`
37
37
 
38
+ You must use attemptCompletion to write the final JSON object, without markdown format wrapping, or any other text.
39
+
38
40
  ## Question Context
39
41
 
40
42
  ${questionContext}