@tiledesk/tiledesk-tybot-connector 0.2.81 → 0.2.82
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -161,7 +161,7 @@ class DirAskGPTV2 {
|
|
|
161
161
|
json.max_tokens = max_tokens;
|
|
162
162
|
}
|
|
163
163
|
if (filled_context) {
|
|
164
|
-
json.system_context = filled_context;
|
|
164
|
+
json.system_context = filled_context + " {context}";
|
|
165
165
|
}
|
|
166
166
|
if (this.log) { console.log("DirAskGPT json:", json); }
|
|
167
167
|
|