File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -460,6 +460,7 @@ Return ONLY the JSON array.`,
460460 condition : {
461461 field : 'memoryType' ,
462462 value : [ 'conversation' , 'sliding_window' , 'sliding_window_tokens' ] ,
463+ and : { field : 'model' , value : MODELS_WITH_DEEP_RESEARCH , not : true } ,
463464 } ,
464465 } ,
465466 {
@@ -470,6 +471,7 @@ Return ONLY the JSON array.`,
470471 condition : {
471472 field : 'memoryType' ,
472473 value : [ 'sliding_window' ] ,
474+ and : { field : 'model' , value : MODELS_WITH_DEEP_RESEARCH , not : true } ,
473475 } ,
474476 } ,
475477 {
@@ -480,6 +482,7 @@ Return ONLY the JSON array.`,
480482 condition : {
481483 field : 'memoryType' ,
482484 value : [ 'sliding_window_tokens' ] ,
485+ and : { field : 'model' , value : MODELS_WITH_DEEP_RESEARCH , not : true } ,
483486 } ,
484487 } ,
485488 {
You can’t perform that action at this time.
0 commit comments