Skip to content

Commit

Permalink
Update ExportConfig.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaiger committed Nov 5, 2024
1 parent c6e3865 commit a37313c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a37313c

Please sign in to comment.