Chat message interface with echo response and themes.
npx chaos add chat-interfaceimport { ChatInterface } from '@oalacea/chaosui/inputs/chat-interface';
<ChatInterface />
<ChatInterface theme="neon" showTimestamps />
<ChatInterface onSendMessage={(msg) => console.log(msg)} />