make sure thinking is serialized dynamically (#305865)

make sure thinking is serialized dynamically'
This commit is contained in:
Justin Chen
2026-03-27 17:40:37 -07:00
committed by GitHub
parent 6e2071bf08
commit be936f1f8a

View File

@@ -62,6 +62,7 @@ const responsePartSchema = Adapt.v<IChatProgressResponseContent, SerializedChatR
case 'textEditGroup':
case 'multiDiffData':
case 'mcpServersStarting':
case 'thinking':
return objectsEqual(a, b);
// Static types that won't change after being pushed can use strict equality.
@@ -77,7 +78,6 @@ const responsePartSchema = Adapt.v<IChatProgressResponseContent, SerializedChatR
case 'progressMessage':
case 'pullRequest':
case 'questionCarousel':
case 'thinking':
case 'undoStop':
case 'warning':
case 'treeData':