agentgui 1.0.165 → 1.0.166
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/server.js +1 -1
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -20,7 +20,7 @@ const express = require('express');
|
|
|
20
20
|
const Busboy = require('busboy');
|
|
21
21
|
const fsbrowse = require('fsbrowse');
|
|
22
22
|
|
|
23
|
-
const SYSTEM_PROMPT = `Write all responses as
|
|
23
|
+
const SYSTEM_PROMPT = `Write all responses as short, easy to speak sentences. Be concise and conversational. Avoid formatting, markup, or structured output. Just plain text in brief sentences.`;
|
|
24
24
|
|
|
25
25
|
const activeExecutions = new Map();
|
|
26
26
|
const messageQueues = new Map();
|