mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 01:06:15 -04:00
refactor(math-evaluator): improved description
Improved description.
This commit is contained in:
parent
e86fd96ae3
commit
e87f4b1837
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { defineTool } from '../tool';
|
|||
export const tool = defineTool({
|
||||
name: 'Math evaluator',
|
||||
path: '/math-evaluator',
|
||||
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.',
|
||||
keywords: [
|
||||
'math',
|
||||
'evaluator',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue