mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-08 22:08:03 -05:00
feat(gemini): enable web search, citations, and search-location validation
CHANGES - Enable Gemini models to use web search tool - Validate search-location timezone or language code formats - Normalize language codes from underscores to hyphenated form - Inject Google Search tool when --search flag enabled - Append deduplicated web citations under standardized Sources section - Improve robustness for nil candidates and content parts - Factor generation config builder for reuse in streaming - Update CLI help and completions to include Gemini
This commit is contained in:
@@ -536,7 +536,7 @@ Application Options:
|
||||
--liststrategies List all strategies
|
||||
--listvendors List all vendors
|
||||
--shell-complete-list Output raw list without headers/formatting (for shell completion)
|
||||
--search Enable web search tool for supported models (Anthropic, OpenAI)
|
||||
--search Enable web search tool for supported models (Anthropic, OpenAI, Gemini)
|
||||
--search-location= Set location for web search results (e.g., 'America/Los_Angeles')
|
||||
--image-file= Save generated image to specified file path (e.g., 'output.png')
|
||||
--image-size= Image dimensions: 1024x1024, 1536x1024, 1024x1536, auto (default: auto)
|
||||
|
||||
Reference in New Issue
Block a user