(Community): DuckDuckGoSearchAPIWrapper backend changed from api to auto (#28961)

- **Description:** `DuckDuckGoSearchAPIWrapper` default value for
backend has been changed to avoid User Warning
- **Issue:** #28957
This commit is contained in:
Mohammad Mohtashim 2025-01-03 00:08:22 +05:00 committed by GitHub
parent 273b2fe81e
commit 0e74757b0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
"""