Live web grounding connects LLMs to native search tools during generation, enabling models to retrieve real-time web sources and return verifiable grounding metadata with citations.

flowchart TD
    A[User Prompt] --> B[LLM]
    B -->|Search Query| C[Web Search Engine]
    C -->|Retrieve| D[Live Web Pages]
    D -->|Grounding Context| B
    B --> E[Final Response with Citations]

Referenced by