Spaces:
Sleeping
Sleeping
EtienneB
commited on
Commit
·
eaad534
1
Parent(s):
0ef7839
Update tools.py
Browse files
tools.py
CHANGED
@@ -704,7 +704,7 @@ def python_code_parser(file_path: str) -> str:
|
|
704 |
for doc in search_docs
|
705 |
])
|
706 |
|
707 |
-
return {"
|
708 |
|
709 |
|
710 |
@tool
|
|
|
704 |
for doc in search_docs
|
705 |
])
|
706 |
|
707 |
+
return {"python_results": formatted_search_docs}
|
708 |
|
709 |
|
710 |
@tool
|