fix: shorten Calculate tool summary text

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 17:27:11 +01:00
parent c686ad82b7
commit 3f46b46823

View File

@@ -104,7 +104,7 @@ export const tools: Tool[] = [
href: '/calculate', href: '/calculate',
description: 'Advanced expression evaluator with interactive function graphing.', description: 'Advanced expression evaluator with interactive function graphing.',
summary: summary:
'Powerful mathematical calculator powered by Math.js. Evaluate complex expressions, define variables, and plot multiple functions simultaneously on an interactive graph with pan and zoom.', 'Powerful mathematical calculator powered by Math.js. Evaluate complex expressions, define variables, and plot functions on an interactive graph.',
icon: CalculateIcon, icon: CalculateIcon,
badges: ['Math.js', 'Graphing', 'Interactive'], badges: ['Math.js', 'Graphing', 'Interactive'],
}, },