File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
entrypoints/sidepanel/utils/chat Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ export class Chat {
313
313
id : chatHistoryId . value ,
314
314
title : defaultTitle ,
315
315
lastInteractedAt : Date . now ( ) ,
316
- reasoningEnabled : true , // Default to true for new chats
316
+ reasoningEnabled : undefined , // Default to undefined for new chats
317
317
} )
318
318
319
319
// If this is a new chat (no existing history), set global reasoning to true
@@ -371,7 +371,7 @@ export class Chat {
371
371
title : defaultTitle ,
372
372
lastInteractedAt : Date . now ( ) ,
373
373
contextUpdateInfo : undefined ,
374
- reasoningEnabled : true , // Default to true for new chats
374
+ reasoningEnabled : undefined , // Default to undefined for new chats
375
375
}
376
376
377
377
// If this is a new chat (no existing history), set global reasoning to true
You can’t perform that action at this time.
0 commit comments