opt: remove unnessary print
This commit is contained in:
parent
bbaff4f095
commit
f9ce06adb8
@ -43,7 +43,6 @@ class Manus(ToolCallAgent):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def get_search_tool():
|
def get_search_tool():
|
||||||
"""Determines the search tool to use based on the configuration."""
|
"""Determines the search tool to use based on the configuration."""
|
||||||
print(config.search_config)
|
|
||||||
if config.search_config is None:
|
if config.search_config is None:
|
||||||
return GoogleSearch()
|
return GoogleSearch()
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user