AutoBE
    Preparing search index...

    Bounded text-like file chunk.

    interface Chunk {
        locator: AutoBeUserMessageTextFileContentMetadata.Locator;
        text: string;
        type: "textChunk";
    }
    Index

    Properties

    Properties

    Locator used to produce this chunk.

    text: string

    Bounded text content.

    type: "textChunk"

    Chunk result discriminator.