diff --git a/metagpt/actions/research.py b/metagpt/actions/research.py index 0522fbd19..5e670520c 100644 --- a/metagpt/actions/research.py +++ b/metagpt/actions/research.py @@ -181,7 +181,7 @@ class CollectLinks(Action): return [i["link"] for i in results[:num_results]] async def _search_urls(self, query: str, max_results: int) -> list[dict[str, str]]: - """Use search_engine to get urls + """Use search_engine to get urls. Returns: e.g. [{"title": "...", "link": "...", "snippet", "..."}]