The Grounding research generation process runs an iterative multi-round research loop using live web search and URL context tools to discover, verify, and compile structured fact-and-source extraction without relying on parametric training data.
flowchart TD
A[Start Research Run] --> B[Generate Round 1 Search via Gemini]
B --> C[Extract Facts & Source URLs]
C --> D{New Facts Found?}
D -- Yes --> E[Append Facts to Context]
E --> F[Run Next Round with Established History]
F --> C
D -- No or Max Rounds --> G[Complete Research Run]
G --> H[Pass to Fact & Gap Checker]Referenced by