Skip to content

Commit

Permalink
Re-correct format
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed Feb 26, 2024
1 parent f34f385 commit 4d4899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentscope/service/web_search/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def bing_search(
It returns the following dict.
.. code-block:: python
{
'status': <ServiceExecStatus.SUCCESS: 1>,
'content': [
Expand All @@ -74,7 +75,6 @@ def bing_search(
}
]
}
```
"""

# Bing Search API endpoint
Expand Down

0 comments on commit 4d4899b

Please sign in to comment.