Skip to content

Commit 214933e

Browse files
committed
style: fix Prettier formatting in ai-analysis.ts
1 parent b36fa88 commit 214933e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/ai-analysis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Use simple bullet points starting with '-'`;
123123
{
124124
role: 'system',
125125
content:
126-
'You are a helpful pet care assistant. Analyze the provided journal entries and give practical insights about the pet\'s wellbeing.',
126+
"You are a helpful pet care assistant. Analyze the provided journal entries and give practical insights about the pet's wellbeing.",
127127
},
128128
{ role: 'user', content: prompt },
129129
],

0 commit comments

Comments
 (0)