fix: View extensions link (#3751)
This commit is contained in:
@@ -433,7 +433,7 @@ export default function ChatInput({
|
|||||||
message: `Too many tools can degrade performance.\nTool count: ${toolCount} (recommend: ${TOOLS_MAX_SUGGESTED})`,
|
message: `Too many tools can degrade performance.\nTool count: ${toolCount} (recommend: ${TOOLS_MAX_SUGGESTED})`,
|
||||||
action: {
|
action: {
|
||||||
text: 'View extensions',
|
text: 'View extensions',
|
||||||
onClick: () => setView('settings'),
|
onClick: () => setView('extensions'),
|
||||||
},
|
},
|
||||||
autoShow: false, // Don't auto-show tool count warnings
|
autoShow: false, // Don't auto-show tool count warnings
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user