We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1725d51 commit ac4cbdfCopy full SHA for ac4cbdf
src/vs/workbench/contrib/chat/common/chatModel.ts
@@ -408,6 +408,7 @@ class AbstractResponse implements IResponse {
408
case 'thinking':
409
case 'multiDiffData':
410
case 'mcpServersStarting':
411
+ case 'mcpServersInteractionRequired' as string: // obsolete part, ignore
412
// Ignore
413
continue;
414
case 'toolInvocation':
0 commit comments