Rag Chunk
@Serializable
A RagChunk includes the content of a chunk of a RagFile, and associated metadata. This data type is not supported in Gemini API.
Constructors
Link copied to clipboard
constructor(pageSpan: RagChunkPageSpan? = null, text: String? = null, chunkId: String? = null, fileId: String? = null)