utilitas 1999.1.22 → 1999.1.23
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/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +1 -1
- package/lib/manifest.mjs +1 -1
- package/package.json +1 -1
package/lib/alan.mjs
CHANGED
|
@@ -1491,7 +1491,7 @@ const analyzeSessions = async (sessionIds, options) => {
|
|
|
1491
1491
|
x, JSON.stringify(sses[x]).length,
|
|
1492
1492
|
]).sort((x, y) => y[1] - x[1])[0][0]];
|
|
1493
1493
|
}
|
|
1494
|
-
}, await
|
|
1494
|
+
}, await getChatPromptLimit(options));
|
|
1495
1495
|
const aiResp = Object.keys(sses) ? (await prompt(getInput(), {
|
|
1496
1496
|
jsonMode: true, simple: true, select: { json: true, fast: true },
|
|
1497
1497
|
...options || {}
|
package/lib/manifest.mjs
CHANGED