mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 21:51:28 +00:00
docs: clarify synthesized web search count behavior
This commit is contained in:
@@ -76,7 +76,12 @@ URLs.
|
||||
|
||||
## Supported parameters
|
||||
|
||||
Gemini search supports the standard `query` and `count` parameters.
|
||||
Gemini search supports `query`.
|
||||
|
||||
`count` is accepted for shared `web_search` compatibility, but Gemini grounding
|
||||
still returns one synthesized answer with citations rather than an N-result
|
||||
list.
|
||||
|
||||
Provider-specific filters like `country`, `language`, `freshness`, and
|
||||
`domain_filter` are not supported.
|
||||
|
||||
|
||||
@@ -88,7 +88,11 @@ citations, similar to Gemini's Google Search grounding approach.
|
||||
|
||||
## Supported parameters
|
||||
|
||||
Grok search supports the standard `query` and `count` parameters.
|
||||
Grok search supports `query`.
|
||||
|
||||
`count` is accepted for shared `web_search` compatibility, but Grok still
|
||||
returns one synthesized answer with citations rather than an N-result list.
|
||||
|
||||
Provider-specific filters are not currently supported.
|
||||
|
||||
## Related
|
||||
|
||||
@@ -83,7 +83,11 @@ similar to Gemini and Grok's grounded response approach.
|
||||
|
||||
## Supported parameters
|
||||
|
||||
Kimi search supports the standard `query` and `count` parameters.
|
||||
Kimi search supports `query`.
|
||||
|
||||
`count` is accepted for shared `web_search` compatibility, but Kimi still
|
||||
returns one synthesized answer with citations rather than an N-result list.
|
||||
|
||||
Provider-specific filters are not currently supported.
|
||||
|
||||
## Related
|
||||
|
||||
@@ -271,6 +271,9 @@ show the `x_search` prompt.
|
||||
<Warning>
|
||||
Not all parameters work with all providers. Brave `llm-context` mode
|
||||
rejects `ui_lang`, `freshness`, `date_after`, and `date_before`.
|
||||
Gemini, Grok, and Kimi return one synthesized answer with citations. They
|
||||
accept `count` for shared-tool compatibility, but it does not change the
|
||||
grounded answer shape.
|
||||
Firecrawl and Tavily only support `query` and `count` through `web_search`
|
||||
-- use their dedicated tools for advanced options.
|
||||
</Warning>
|
||||
|
||||
Reference in New Issue
Block a user