Files
vf_react/src/views/AgentChat/neuratalk/components/PanelMessage/Menu/items.tsx
2025-11-22 08:57:37 +08:00

19 lines
439 B
TypeScript

export const items = [
{
title: "Ask",
description: "Ask the AI anything (general chat)",
},
{
title: "Summarize",
description: "Summarize pasted text or a document",
},
{
title: "/Rewrite",
description: "Rewrite a sentence for clarity or tone",
},
{
title: "/Call-api",
description: "Call a connected external API and show the result",
},
];