mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix mcp timeouts and missing description on mcp errors (#868)
This commit is contained in:
@@ -249,10 +249,8 @@ export function mapToDisplay(
|
||||
trackedCall.request.args,
|
||||
);
|
||||
renderOutputAsMarkdown = currentToolInstance.isOutputMarkdown;
|
||||
}
|
||||
|
||||
if (trackedCall.status === 'error') {
|
||||
description = '';
|
||||
} else if ('request' in trackedCall && 'args' in trackedCall.request) {
|
||||
description = JSON.stringify(trackedCall.request.args);
|
||||
}
|
||||
|
||||
const baseDisplayProperties: Omit<
|
||||
|
||||
Reference in New Issue
Block a user