You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"⚠️ This message couldn't be processed. If this issue persists, please check the logs and [open an issue](https://aka.ms/vscode-mssql-copilot-feedback) on GitHub for this Preview release.",
433
+
);
434
+
435
+
result=undefined;
436
+
437
+
break;// Exit the loop if a tool call fails or times out
399
438
}
400
439
}
401
440
402
-
returnresult!;
441
+
if(!result){
442
+
thrownewError("All tool calls failed or timed out.");
0 commit comments