@squidcloud/client
    Preparing search index...

    Interface BaseAiKnowledgeBaseContextRequest

    Base fields shared by all knowledge base context requests.

    interface BaseAiKnowledgeBaseContextRequest {
        contextId?: string;
        metadata?: AiContextMetadata;
        type: AiKnowledgeBaseContextType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextId?: string

    The unique identifier of the context item.

    Optional metadata associated with the context item.

    The type of the context content.