@yeaft/webchat-agent 1.0.34 → 1.0.36
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/yeaft/debug-trace.js +1 -1
package/package.json
CHANGED
package/yeaft/debug-trace.js
CHANGED
|
@@ -26,7 +26,7 @@ import { randomUUID } from 'crypto';
|
|
|
26
26
|
|
|
27
27
|
const TRACE_VERSION = 2;
|
|
28
28
|
const REQUEST_RETENTION = 10;
|
|
29
|
-
const MAX_HISTORY_LIMIT =
|
|
29
|
+
const MAX_HISTORY_LIMIT = 5;
|
|
30
30
|
const MAX_DREAM_EVENTS = 100;
|
|
31
31
|
const MAX_TEXT_BYTES = 1024 * 1024;
|
|
32
32
|
const MAX_TOOL_INPUT = 10 * 1024;
|