CitationsDelta

Contains incremental updates to citation information during streaming responses. This allows clients to build up citation data progressively as the response is generated.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the precise location within a source document where cited content can be found. This can include character-level positions, page numbers, or document chunks depending on the document type and indexing method.

Link copied to clipboard

The specific content from the source document that was referenced or cited in the generated response.

Link copied to clipboard

The title or identifier of the source document being cited.

Functions

Link copied to clipboard
inline fun copy(block: CitationsDelta.Builder.() -> Unit = {}): CitationsDelta
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String