Interface ExampleUploadWithAttachments

interface ExampleUploadWithAttachments {
    inputs: KVMap;
    attachments?: Attachments;
    created_at?: string;
    id?: string;
    metadata?: KVMap;
    outputs?: KVMap;
    split?: string | string[];
}

Properties

inputs: KVMap
attachments?: Attachments
created_at?: string
id?: string
metadata?: KVMap
outputs?: KVMap
split?: string | string[]