@squidcloud/client
    Preparing search index...

    Interface AiContextFileOptions

    Base options for upserting file content into the AI agent's context.

    interface AiContextFileOptions {
        chunkOverlap?: number;
        ragType?: "contextual" | "basic";
    }

    Hierarchy (View Summary)

    Index

    Properties

    chunkOverlap?: number

    Amount of chunk overlap, in characters.

    ragType?: "contextual" | "basic"

    The type of RAG to use for the content.