import { createAtomState } from '@/ui/utilities/state/jotai/utils/createAtomState'; export const agentChatDisplayedThreadState = createAtomState({ key: 'ai/agentChatDisplayedThreadState', defaultValue: '', });