refactor(math-evaluator): added keywords for search

This commit is contained in:
Corentin Thomasset 2023-11-01 15:15:16 +01:00
parent 02b0d0d1a1
commit 1e052d1d2b
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -8,6 +8,9 @@ export const tool = defineTool({
keywords: [
'math',
'evaluator',
'calculator',
'expression',
'abs',
'acos',
'acosh',
'acot',
@ -31,6 +34,7 @@ export const tool = defineTool({
'sech',
'sin',
'sinh',
'sqrt',
'tan',
'tanh',
],