@resolveio/client-lib-core 21.6.8 → 21.6.9
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
|
@@ -1057,6 +1057,10 @@ interface AiTerminalConfig$1 {
|
|
|
1057
1057
|
fallbackModels?: string[];
|
|
1058
1058
|
temperature?: number;
|
|
1059
1059
|
maxTokens?: number;
|
|
1060
|
+
plannerEnabled?: boolean;
|
|
1061
|
+
fastMode?: boolean;
|
|
1062
|
+
runBudgetMs?: number;
|
|
1063
|
+
mongoMaxTimeMs?: number;
|
|
1060
1064
|
profileId?: string;
|
|
1061
1065
|
methodNames?: AiTerminalMethodNames;
|
|
1062
1066
|
mongo?: AiTerminalMongoConfig;
|