Skip to content

Commit e2800a4

Browse files
committed
Docstring updates
1 parent cf2337e commit e2800a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

elm/web/search/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ async def web_search_links_as_docs(queries, search_engines=_DEFAULT_SE,
116116
- google_cse_api_kwargs
117117
- google_serper_api_kwargs
118118
- tavily_api_kwargs
119+
- ddgs_kwargs
119120
- pw_bing_se_kwargs
120121
- pw_ddg_se_kwargs
121122
- pw_google_cse_kwargs
@@ -205,6 +206,7 @@ async def search_with_fallback(queries, search_engines=_DEFAULT_SE,
205206
- google_cse_api_kwargs
206207
- google_serper_api_kwargs
207208
- tavily_api_kwargs
209+
- ddgs_kwargs
208210
- pw_bing_se_kwargs
209211
- pw_ddg_se_kwargs
210212
- pw_google_cse_kwargs

0 commit comments

Comments
 (0)