AdditionalContext

@Serializable
data class AdditionalContext(val pageIndex: Int?, val text: String?)

Additional context information associated with an AI Assistant response.

Constructors

Link copied to clipboard
constructor(pageIndex: Int?, text: String?)

Properties

Link copied to clipboard

The zero-based index of the relevant page, or null if not applicable.

Link copied to clipboard
val text: String?

The relevant text content, or null if not available.