import { atom } from 'recoil'; export const isCreatingChatThreadState = atom({ key: 'ai/isCreatingChatThreadState', default: false, });