// import { UseChatHelpers } from '@aigxion/isdk' import { Button } from './ui/button' import { ExternalLink } from './external-link' import { IconArrowRight } from './ui/icons' const exampleMessages = [ { heading: 'Explain technical concepts', message: `What is a "serverless function"?` }, { heading: 'Summarize an article', message: 'Summarize the following article for a 2nd grader: \n' }, { heading: 'Draft an email', message: `Draft an email to my boss about the following: \n` } ] export function EmptyScreen() { return (
This is an open source AI chatbot app template built with{' '}
It uses{' '}