Skip to content

Commit

Permalink
(Community): DuckDuckGoSearchAPIWrapper backend changed from api
Browse files Browse the repository at this point in the history
…to `auto` (#28961)

- **Description:** `DuckDuckGoSearchAPIWrapper` default value for
backend has been changed to avoid User Warning
- **Issue:** #28957
  • Loading branch information
keenborder786 authored Jan 2, 2025
1 parent 273b2fe commit 0e74757
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class DuckDuckGoSearchAPIWrapper(BaseModel):
Options: d, w, m, y
"""
max_results: int = 5
backend: str = "api"
backend: str = "auto"
"""
Options: api, html, lite
Options: auto, html, lite
"""
source: str = "text"
"""
Expand Down

0 comments on commit 0e74757

Please sign in to comment.