refactor(math-evaluator): added keywords for search
This commit is contained in:
parent
02b0d0d1a1
commit
1e052d1d2b
@ -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',
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user