Update slop_with_models.py
This commit is contained in:
parent
b18527cbd0
commit
59ae1565b2
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ tools = {
|
|||
"arguments": [
|
||||
{ "name": "expression", "type": "str", "description": "the math expression to evaluate."}
|
||||
],
|
||||
"execute": lambda params: {"result": expr(params["expression"])},
|
||||
"execute": lambda params: {"result": expr.evaluate((params["expression"])},
|
||||
},
|
||||
"greet": {
|
||||
"id": "greet",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue