Spaces:
Sleeping
Sleeping
Rename agent.py to agent19.py
Browse files- agent.py → agent19.py +2 -1
agent.py → agent19.py
RENAMED
|
@@ -199,7 +199,8 @@ class RetryDuckDuckGoSearchTool(DuckDuckGoSearchTool):
|
|
| 199 |
)
|
| 200 |
|
| 201 |
def forward(self, query: str) -> str:
|
| 202 |
-
return super().forward(query
|
|
|
|
| 203 |
|
| 204 |
|
| 205 |
|
|
|
|
| 199 |
)
|
| 200 |
|
| 201 |
def forward(self, query: str) -> str:
|
| 202 |
+
return super().forward(query
|
| 203 |
+
)
|
| 204 |
|
| 205 |
|
| 206 |
|