Spaces:
Sleeping
Sleeping
Update src/agent.py
Browse files- src/agent.py +1 -1
src/agent.py
CHANGED
|
@@ -66,7 +66,7 @@ class BasicAgent():
|
|
| 66 |
model=self.model,
|
| 67 |
tools=[
|
| 68 |
GoogleSearchTool(),
|
| 69 |
-
GoogleAcademicSearchTool
|
| 70 |
FinalAnswerTool(),
|
| 71 |
PythonCalcTool(),
|
| 72 |
ReadAudioTool(),
|
|
|
|
| 66 |
model=self.model,
|
| 67 |
tools=[
|
| 68 |
GoogleSearchTool(),
|
| 69 |
+
GoogleAcademicSearchTool(),
|
| 70 |
FinalAnswerTool(),
|
| 71 |
PythonCalcTool(),
|
| 72 |
ReadAudioTool(),
|