@squidcloud/client
    Preparing search index...

    Interface GeneratedMetadataFieldDescription

    A generated description for a single metadata field.

    interface GeneratedMetadataFieldDescription {
        description: string;
        name: string;
    }
    Index

    Properties

    Properties

    description: string

    The AI-generated description for the field.

    name: string

    The name of the metadata field.