vision-agent / state /chat.ts
MingruiZhang's picture
feat: Directly us DBMessage as UIMessage + Code viewer (#74)
4af6326 unverified
raw
history blame
No virus
101 Bytes
import { atom } from 'jotai';
export const selectedMessageId = atom<string | undefined>(undefined);