Loading...
Loading...
Compare original and translation side by side
mcp__web_forager__duckduckgo_news_searchmcp__duckduckgo__duckduckgo_news_searchmcp__web_forager__duckduckgo_news_search(query="your query", max_results=10)titleurlsnippetdatesourceuvx --python '>=3.10,<3.14' web-forager news "your query" --max-results 10 --output-format jsonuvxddgsuv run --no-project --python '>=3.10,<3.14' --with 'ddgs>=9.5.2' python - <<'PY'
from ddgs import DDGS
results = DDGS().news(query="your query", max_results=10)
for r in results:
print(r["date"], r["title"], r["url"], r["source"])
PYweb-forager searchDDGS().text()uv run --no-projectcurl -s "https://r.jina.ai/URL"max_length=3000mcp__web_forager__duckduckgo_news_searchmcp__duckduckgo__duckduckgo_news_searchmcp__web_forager__duckduckgo_news_search(query="your query", max_results=10)titleurlsnippetdatesourceuvx --python '>=3.10,<3.14' web-forager news "your query" --max-results 10 --output-format jsonddgsuv run --no-project --python '>=3.10,<3.14' --with 'ddgs>=9.5.2' python - <<'PY'
from ddgs import DDGS
results = DDGS().news(query="your query", max_results=10)
for r in results:
print(r["date"], r["title"], r["url"], r["source"])
PYweb-forager searchuv run --no-projectDDGS().text()curl -s "https://r.jina.ai/URL"max_length=3000"[topic]""[topic]"max_length=3000max_length=3000undefinedundefined
Keep it tight. The user wants to catch up quickly, not read essays. If there's genuinely
no recent news, say so — "No significant developments found in [time frame]" is a valid
and useful answer.
保持内容简洁。用户希望快速了解情况,而非阅读长篇大论。若确实没有近期新闻,直接说明——“在[时间范围]内未发现重大动态”是有效且有用的回复。