import Icon from "./Icon"; interface Props { className?: string; } const EmptyView = (props: Props) => { const { className } = props; return (

SQLChat

Examples
This is the latest placeholder
Another example
Capabilities
Remembers what user said earlier in the conversation
Allows user to provide follow-up corrections
Limitations
May occasionally generate incorrect information
May occasionally produce harmful instructions or biased content
); }; export default EmptyView;