@squidcloud/client
    Preparing search index...

    Type Alias AiKnowledgeBaseContextRequestConfig

    AiKnowledgeBaseContextRequestConfig:
        | Omit<
            AiKnowledgeBaseTextContextRequest,
            "text"
            | "title"
            | "metadata"
            | "scopes",
        >
        | Omit<AiKnowledgeBaseFileContextRequest, "metadata" | "scopes">

    The ingestion request's options only. Everything else a reupsert needs lives on the context itself — its text or stored file, title, metadata and access scopes — where it can change after ingestion.