DocumentBlock

A document to include in a message.

Types

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

Properties

Link copied to clipboard

Configuration settings that control how citations should be generated for this specific document.

Link copied to clipboard

Contextual information about how the document should be processed or interpreted by the model when generating citations.

Link copied to clipboard

The format of a document, or its extension.

Link copied to clipboard

A name for the document. The name can only contain the following characters:

Link copied to clipboard

Contains the content of the document.

Functions

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