Sborole commited on
Commit
6e98e93
·
verified ·
1 Parent(s): 8898070

Update tools/PythonCalcTool.py

Browse files
Files changed (1) hide show
  1. tools/PythonCalcTool.py +1 -2
tools/PythonCalcTool.py CHANGED
@@ -3,8 +3,7 @@ from smolagents import Tool
3
  class PythonCalcTool(Tool):
4
  name = "python_calc"
5
  description = (
6
- "Executes Python code to compute numeric answers for calculation problems. "
7
- "Safe, GAIA-friendly tool to solve math, physics, or distance/time problems."
8
  )
9
  inputs = {
10
  "code": {"type": "string", "description": "Python code that sets a variable 'result' with the answer."}
 
3
  class PythonCalcTool(Tool):
4
  name = "python_calc"
5
  description = (
6
+ "Can use a normal calculator for probability questions. If needed Execute Python code to compute numeric answers for calculation problems. Use tool to solve math, physics, or distance/time problems."
 
7
  )
8
  inputs = {
9
  "code": {"type": "string", "description": "Python code that sets a variable 'result' with the answer."}