AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ChunkData

    Extracted data that represents the Chunk content.

    Inheritance
    object
    ChunkData
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class ChunkData

    Properties

    StringValue

    The Chunk content as a string. The maximum number of tokens per chunk is 2043.

    Declaration
    public string StringValue { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX