@aj-archipelago/cortex 1.4.25 → 1.4.26
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": "@aj-archipelago/cortex",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.26",
|
|
4
4
|
"description": "Cortex is a GraphQL API for AI. It provides a simple, extensible interface for using AI services from OpenAI, Azure and others.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -60,6 +60,7 @@ export default {
|
|
|
60
60
|
useInputChunking: false,
|
|
61
61
|
enableDuplicateRequests: false,
|
|
62
62
|
useSingleTokenStream: false,
|
|
63
|
+
manageTokenLength: false, // Agentic models handle context management themselves
|
|
63
64
|
inputParameters: {
|
|
64
65
|
privateData: false,
|
|
65
66
|
chatHistory: [{role: '', content: []}],
|