diff --git a/src/components/TopicDetail/PredefinedActions.tsx b/src/components/TopicDetail/PredefinedActions.tsx index b1f90b930..78d9b3537 100644 --- a/src/components/TopicDetail/PredefinedActions.tsx +++ b/src/components/TopicDetail/PredefinedActions.tsx @@ -27,7 +27,7 @@ export const actions: PredefinedActionType[] = [ { icon: NotebookPenIcon, label: 'Explain the topic', - prompt: 'Explain this topic in detail and include examples', + prompt: 'Explain this topic in detail', }, { icon: ListIcon,