Skip to content

Commit ac4cbdf

Browse files
roblourenschrmarti
authored andcommitted
Ignore obsolete chat content part type
Fix #276094
1 parent 1725d51 commit ac4cbdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/common/chatModel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ class AbstractResponse implements IResponse {
408408
case 'thinking':
409409
case 'multiDiffData':
410410
case 'mcpServersStarting':
411+
case 'mcpServersInteractionRequired' as string: // obsolete part, ignore
411412
// Ignore
412413
continue;
413414
case 'toolInvocation':

0 commit comments

Comments
 (0)