RetrievalContent

The content retrieved from a knowledge source.

Types

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

Properties

Link copied to clipboard

The binary content of the retrieved item.

Link copied to clipboard

The MIME type of the retrieved content.

Link copied to clipboard
val text: String?

The text content of the retrieved item.

Functions

Link copied to clipboard
inline fun copy(block: RetrievalContent.Builder.() -> Unit = {}): RetrievalContent
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