@nikcli-ai/sdk 1.55.0 → 1.56.0
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.
|
@@ -2197,6 +2197,10 @@ export type Config = {
|
|
|
2197
2197
|
* Minimum number of sessions to trigger brain consolidation
|
|
2198
2198
|
*/
|
|
2199
2199
|
brainMinSessions?: number;
|
|
2200
|
+
/**
|
|
2201
|
+
* Model to use for the Brain memory consolidation session in the format of provider/model, e.g. anthropic/claude-sonnet-4-5. Falls back to the default model when unset.
|
|
2202
|
+
*/
|
|
2203
|
+
brainModel?: string;
|
|
2200
2204
|
/**
|
|
2201
2205
|
* Enable memory file support for session context
|
|
2202
2206
|
*/
|