@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
17 lines (14 loc) • 700 B
text/typescript
export { default as AgentTeamChatSettings } from './AgentTeamChatSettings';
export { default as GroupMembersConfig } from './AgentTeamMembersSettings';
export { default as ChatGroupMeta } from './AgentTeamMetaSettings';
export { default as AgentTeamSettings } from './AgentTeamSettings';
export { default as GroupCategory } from './GroupCategory';
export { GroupChatSettingsProvider } from './GroupChatSettingsProvider';
// Hooks
export type { GroupChatSettingsInstance } from './hooks/useGroupChatSettings';
export { useGroupChatSettings } from './hooks/useGroupChatSettings';
// Store
export {
selectors as groupChatSettingsSelectors,
useStore as useGroupChatSettingsStore,
} from './store';