SergeyO7 commited on
Commit
424924f
·
verified ·
1 Parent(s): fe80682

Rename agent.py to agent19.py

Browse files
Files changed (1) hide show
  1. 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