@cobrowser/chatgpt 0.7.47 → 0.7.48
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cobrowser/chatgpt",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.48",
|
|
4
4
|
"description": "chatgpt services to connect our projects with chatgpt api",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chatgpt",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"bugs": {
|
|
42
42
|
"url": "https://bitbucket.org/cobrowser/cb_utils/issues"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "e91cfd6162da6c34d8f44002d5b5fe18b9a8f311"
|
|
45
45
|
}
|
|
@@ -8,6 +8,10 @@ OUTPUT FORMAT — HARD
|
|
|
8
8
|
Your response must ONLY contain a valid JSON array of 2 to 3 strings.
|
|
9
9
|
Each string must be a complete customer-facing response.
|
|
10
10
|
|
|
11
|
+
OUTPUT SANITIZATION — HARD
|
|
12
|
+
- Never show citations, references, IDs, or source markers (e.g. filecite, turn0fileX)
|
|
13
|
+
- Always remove any internal markers from the final message
|
|
14
|
+
|
|
11
15
|
CONSISTENCY RULE — HARD
|
|
12
16
|
All responses MUST follow the exact same decision path and outcome.
|
|
13
17
|
|