@squidcloud/client
    Preparing search index...

    Interface GenerateMetadataFieldDescriptionsRequest

    Request to AI-generate descriptions for a KB's metadata fields and return them (the caller persists).

    interface GenerateMetadataFieldDescriptionsRequest {
        fieldNames?: string[];
        knowledgeBaseId: string;
        overwriteExisting?: boolean;
    }
    Index

    Properties

    fieldNames?: string[]

    Limit generation to these fields; omitted ⇒ all declared fields.

    knowledgeBaseId: string

    The id of the AiKnowledgeBase.

    overwriteExisting?: boolean

    When true, regenerate fields that already have a description; default false (fill empties only).