From a37313c97569a33b494432d2b0390ce6f3213f54 Mon Sep 17 00:00:00 2001 From: Tom Caiger Date: Tue, 5 Nov 2024 16:03:08 +1300 Subject: [PATCH] Update ExportConfig.tsx --- .../src/features/Dashboard/ExportDashboard/ExportConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tupaia-web/src/features/Dashboard/ExportDashboard/ExportConfig.tsx b/packages/tupaia-web/src/features/Dashboard/ExportDashboard/ExportConfig.tsx index cefa00052e..b4102c2f91 100644 --- a/packages/tupaia-web/src/features/Dashboard/ExportDashboard/ExportConfig.tsx +++ b/packages/tupaia-web/src/features/Dashboard/ExportDashboard/ExportConfig.tsx @@ -135,7 +135,7 @@ interface ExportDashboardProps { const defaultSystemPrompt = 'You are writing for a health software app that provides health data to a government department.' + 'The summary will be used for an exported PDF. Summarise the dashboard in a sentence using up to 250' + - 'characters and include the title of the dashboard, the project, country and a summary the dashboard items.'; + 'characters. Include a summary the provided dashboard items and use a friendly tone.'; export const ExportConfig = ({ onClose, selectedDashboardItems }: ExportDashboardProps) => { const [showSystemPrompt, setShowSystemPrompt] = useState(false);