interface Props { onSelect: (query: string) => void } const DEFAULTS = [ 'What is Godspeed and what does it do?', 'How do I set up Godspeed locally?', 'What are the main components of the Godspeed architecture?', 'What API endpoints does Godspeed expose?', 'What is the incident runbook for Godspeed?', ] export function SuggestedTopics({ onSelect }: Props) { return (