AutoBE
    Preparing search index...

    Bounded generic file preview chunk.

    interface Chunk {
        locator: AutoBeUserMessageGenericFileContentMetadata.Locator;
        preview: string;
        type: "genericChunk";
    }
    Index

    Properties

    Properties

    Locator used to produce this chunk.

    preview: string

    Prompt-safe preview rendered by the file adapter.

    type: "genericChunk"

    Chunk result discriminator.