mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Bryanmorgan/add mcp description support (#855)
This commit is contained in:
@@ -52,7 +52,7 @@ export const ContextSummaryDisplay: React.FC<ContextSummaryDisplayProps> = ({
|
|||||||
if (showToolDescriptions) {
|
if (showToolDescriptions) {
|
||||||
summaryText += ' (Ctrl+T to hide descriptions)';
|
summaryText += ' (Ctrl+T to hide descriptions)';
|
||||||
} else {
|
} else {
|
||||||
summaryText += ' (ctrl+t for details)';
|
summaryText += ' (Ctrl+T to view descriptions)';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user