mirror of
https://github.com/open-webui/open-webui
synced 2024-11-26 14:02:29 +00:00
chore: format
This commit is contained in:
parent
5d3db15eca
commit
c0ca447041
@ -730,6 +730,7 @@ def validate_url(url: Union[str, Sequence[str]]):
|
|||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
def search_web(engine: str, query: str) -> list[SearchResult]:
|
def search_web(engine: str, query: str) -> list[SearchResult]:
|
||||||
"""Search the web using a search engine and return the results as a list of SearchResult objects.
|
"""Search the web using a search engine and return the results as a list of SearchResult objects.
|
||||||
Will look for a search engine API key in environment variables in the following order:
|
Will look for a search engine API key in environment variables in the following order:
|
||||||
|
Loading…
Reference in New Issue
Block a user