@squidcloud/client
    Preparing search index...

    Interface AiConnectedKnowledgeBaseMetadata

    Metadata for a connected AI Knowledge Base callable by the current agent.

    interface AiConnectedKnowledgeBaseMetadata {
        description: string;
        knowledgeBaseId: string;
    }
    Index

    Properties

    description: string

    A description of when to use this AiKnowledgeBase

    knowledgeBaseId: string

    The ID of the connected AI KnowledgeBase