Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyaoao committed May 8, 2024
1 parent d966760 commit 891743c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion camel/functions/search_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def search_duckduckgo(
Args:
query (str): The query to be searched.
num_result_pages (int): The number of result pages to retrieve.
Returns:
List[Dict[str, Any]]: A list of dictionaries where each dictionary
represents a search result.
Expand Down Expand Up @@ -150,6 +151,7 @@ def search_google(
Args:
query (str): The query to be searched.
num_result_pages (int): The number of result pages to retrieve.
Returns:
List[Dict[str, Any]]: A list of dictionaries where each dictionary
Expand Down

0 comments on commit 891743c

Please sign in to comment.