Skip to content

Commit e87f4b1

Browse files
authored
refactor(math-evaluator): improved description
Improved description.
1 parent e86fd96 commit e87f4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/math-evaluator/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineTool } from '../tool';
44
export const tool = defineTool({
55
name: 'Math evaluator',
66
path: '/math-evaluator',
7-
description: 'Evaluate math expression, like a calculator on steroid (you can use function like sqrt, cos, sin, abs, ...)',
7+
description: 'A calculator for evaluating mathematical expressions. You can use functions like sqrt, cos, sin, abs, etc.',
88
keywords: [
99
'math',
1010
'evaluator',

0 commit comments

Comments
 (0)