@squidcloud/client
    Preparing search index...

    Interface AiConnectedKnowledgeBaseMetadata

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

    interface AiConnectedKnowledgeBaseMetadata {
        description: string;
        includeMetadata?: boolean;
        knowledgeBaseId: string;
    }
    Index

    Properties

    description: string

    A description of when to use this AiKnowledgeBase

    includeMetadata?: boolean

    Whether to include document metadata when providing KB search results to the agent. Defaults to false.

    knowledgeBaseId: string

    The ID of the connected AI KnowledgeBase