Spaces:
Running
Running
Luong Huu Thanh
commited on
Commit
·
88bc423
1
Parent(s):
6189533
Update agent.py
Browse files
agent.py
CHANGED
@@ -87,7 +87,7 @@ def arxiv_search(query: str) -> str:
|
|
87 |
for doc in search_docs
|
88 |
]
|
89 |
)
|
90 |
-
return {"
|
91 |
|
92 |
|
93 |
### =============== CODE INTERPRETER TOOLS =============== ###
|
|
|
87 |
for doc in search_docs
|
88 |
]
|
89 |
)
|
90 |
+
return {"arxiv_results": formatted_search_docs}
|
91 |
|
92 |
|
93 |
### =============== CODE INTERPRETER TOOLS =============== ###
|