import { createAtomFamilyState } from '@/ui/utilities/state/jotai/utils/createAtomFamilyState'; import { type BrowsingContext } from '@/ai/types/BrowsingContext'; export const agentChatLastSentBrowsingContextFamilyState = createAtomFamilyState({ key: 'ai/agentChatLastSentBrowsingContextFamilyState', defaultValue: undefined, });