@squidcloud/client
    Preparing search index...

    Interface GenerateMetadataFieldDescriptionsResponse

    Response for the AI-generated metadata field descriptions.

    interface GenerateMetadataFieldDescriptionsResponse {
        fields: GeneratedMetadataFieldDescription[];
    }
    Index

    Properties

    Properties

    The (re)generated fields with their new descriptions; not persisted — the caller saves them.