import { ConversationStarter } from "@nlux/react";

export const conversationStarters: ConversationStarter[] = [
  {
    prompt: "Can you help me plan a *weekend* trip to **New York**?",
  },
  {
    prompt: "What are some tips for improving my productivity?",
  },
  {
    prompt: "Can you give me an update on the current world news?",
  },
  {
    prompt: "Explain the concept of **quantum computing** in simple terms.",
  },
];
