Live search uses native search tools to ground model responses in real-time web results, capturing source URLs and text segments through structured citation parsing.

flowchart LR
    A[User Query] --> B[LLM with Search Tool]
    B --> C[Live Web Retrieval]
    C --> D[Extractive Grounding Segments]
    D --> E[Grounded Response & Citations]