Spaces:
Runtime error
Runtime error
Commit
·
b624b01
1
Parent(s):
89d8a08
update tool python
Browse files
app.py
CHANGED
@@ -548,7 +548,7 @@ duckduckgo_tool = Tool(
|
|
548 |
python_tool = Tool(
|
549 |
name = "Python_REPL",
|
550 |
func = Python_REPL.run,
|
551 |
-
description = "Useful when you need python to answer questions. You should input python code."
|
552 |
)
|
553 |
|
554 |
wikipedia_tool2 = Tool(
|
@@ -566,7 +566,7 @@ duckduckgo_tool2 = Tool(
|
|
566 |
python_tool2 = Tool(
|
567 |
name = "Python REPL",
|
568 |
func = Python_REPL.run,
|
569 |
-
description = "Useful when you need python to answer questions. You should input python code."
|
570 |
)
|
571 |
|
572 |
|
|
|
548 |
python_tool = Tool(
|
549 |
name = "Python_REPL",
|
550 |
func = Python_REPL.run,
|
551 |
+
description = "Useful when you need python script to answer questions, create/modify documents. You should input python code."
|
552 |
)
|
553 |
|
554 |
wikipedia_tool2 = Tool(
|
|
|
566 |
python_tool2 = Tool(
|
567 |
name = "Python REPL",
|
568 |
func = Python_REPL.run,
|
569 |
+
description = "Useful when you need python script to answer questions, create/modify documents. You should input python code."
|
570 |
)
|
571 |
|
572 |
|