@squidcloud/client
    Preparing search index...

    Interface UpsertAiKnowledgeBaseRequest

    API request for upserting an AiKnowledgeBase

    interface UpsertAiKnowledgeBaseRequest {
        knowledgeBase: Omit<
            AiKnowledgeBaseWithOptionalChatModel,
            "appId"
            | "updatedAt",
        >;
    }
    Index

    Properties

    Properties

    knowledgeBase: Omit<AiKnowledgeBaseWithOptionalChatModel, "appId" | "updatedAt">

    The AiKnowledgeBase to upsert