/** * @contractspec/example.ai-chat-assistant * * Focused AI chat assistant template with MCP tools, reasoning, * chain of thought, sources, and suggestions. */ export { AiChatAssistantFeature } from './ai-chat-assistant.feature'; export { AssistantSearchContract } from './contracts'; export * from './example'; export { assistantSearch } from './handlers'; export { AiChatAssistantDashboard } from './ui';