@squidcloud/client
    Preparing search index...

    Interface GenerateAiDescriptionsForDataSchemaResponse<SchemaType>

    Response from generating AI descriptions for a data schema.

    interface GenerateAiDescriptionsForDataSchemaResponse<
        SchemaType = Record<string, any>,
    > {
        schema: SchemaType;
    }

    Type Parameters

    • SchemaType = Record<string, any>
    Index

    Properties

    Properties

    schema: SchemaType

    The schema with AI-generated descriptions added to collections and fields.