import React from 'react'; import { AgentIntentTiles } from './AgentIntentTiles'; export function ChatEmptyState({ title, description, isAgent, isPersona, capabilityLabels = [], onPickPrompt, agentIntent = null, onAgentIntentChange, onResumeVoice, }) { return (
Or type below to chat via text