GroundingChunkWeb

@Serializable
data class GroundingChunkWeb(val domain: String? = null, val title: String? = null, val uri: String? = null)

A Web chunk is a piece of evidence that comes from a web page. It contains the URI of the web page, the title of the page, and the domain of the page. This is used to provide the user with a link to the source of the information.

Constructors

Link copied to clipboard
constructor(domain: String? = null, title: String? = null, uri: String? = null)

Properties

Link copied to clipboard
val domain: String? = null

The domain of the web page that contains the evidence. This can be used to filter out low-quality sources. This field is not supported in Gemini API.

Link copied to clipboard
val title: String? = null

The title of the web page that contains the evidence.

Link copied to clipboard
val uri: String? = null

The URI of the web page that contains the evidence.