remix-nlux
Version:
Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.
17 lines (15 loc) • 432 B
text/typescript
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.",
},
];