// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. export const AGENT_CHAT = 'AgentChat'; export const AGENT_THREADS_LIST = 'AgentThreadsList'; export const AGENTS_SELECTOR = 'AgentsSelector'; export const AGENTS_REWRITE_OPTIONS = 'AgentsRewriteOptions'; export default { AGENT_CHAT, AGENT_THREADS_LIST, AGENTS_SELECTOR, AGENTS_REWRITE_OPTIONS, } as const;