Spaces:
Configuration error
Configuration error
oremaz
commited on
Commit
·
08df1af
1
Parent(s):
bb1f1b4
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -941,6 +941,8 @@ If you are asked for a comma separated list, apply the above rules depending of
|
|
| 941 |
}
|
| 942 |
|
| 943 |
async def main():
|
|
|
|
|
|
|
| 944 |
agent = EnhancedGAIAAgent()
|
| 945 |
|
| 946 |
question_data = {
|
|
|
|
| 941 |
}
|
| 942 |
|
| 943 |
async def main():
|
| 944 |
+
|
| 945 |
+
res = enhanced_web_search_and_update("test")
|
| 946 |
agent = EnhancedGAIAAgent()
|
| 947 |
|
| 948 |
question_data = {
|