weaviate-client
    Preparing search index...

    Type Alias GroupedTask<T>

    type GroupedTask<T> = {
        imageProperties?: string[];
        images?: (string | Buffer)[];
        metadata?: boolean;
        nonBlobProperties?: T extends undefined ? string[] : (keyof T)[];
        prompt: string;
    }

    Type Parameters

    • T
    Index

    Properties

    imageProperties?: string[]
    images?: (string | Buffer)[]
    metadata?: boolean
    nonBlobProperties?: T extends undefined ? string[] : (keyof T)[]
    prompt: string