We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86fd96 commit e87f4b1Copy full SHA for e87f4b1
src/tools/math-evaluator/index.ts
@@ -4,7 +4,7 @@ import { defineTool } from '../tool';
4
export const tool = defineTool({
5
name: 'Math evaluator',
6
path: '/math-evaluator',
7
- description: 'Evaluate math expression, like a calculator on steroid (you can use function like sqrt, cos, sin, abs, ...)',
+ description: 'A calculator for evaluating mathematical expressions. You can use functions like sqrt, cos, sin, abs, etc.',
8
keywords: [
9
'math',
10
'evaluator',
0 commit comments