@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.
- package/package.json +1 -1
- package/src/prompt.ts +2 -0
package/package.json
CHANGED
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}
|