From 5fb84ea00da30e20eab1970b487910eb4454a0f3 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 17 Jul 2025 16:26:21 +0100 Subject: [PATCH] Update prompt for the explanation --- src/components/TopicDetail/PredefinedActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,