vision-agent / state /index.ts
MingruiZhang's picture
multi image
f3a9ef2
raw
history blame
118 Bytes
import { atom } from 'jotai';
// list of image urls or base64 strings
export const datasetAtom = atom<string[]>([]);