You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"Please provide a concise summary of the following transcription, capturing the main points and key information in a clear and organized manner:"
20
+
case.keyPoints:
21
+
return"Please extract the key points from the following transcription and present them as a bulleted list, highlighting the most important information:"
22
+
case.rewrite:
23
+
return"Please rewrite the following transcription to improve clarity, grammar, and flow while preserving the original meaning and intent:"
24
+
case.transcriptCleanup:
25
+
return"Please clean up the following transcription by correcting any errors, removing filler words, and improving readability while maintaining the speaker's original meaning and tone:"
26
+
}
27
+
}
28
+
}
29
+
30
+
structPromptTemplate:Identifiable,Codable{
31
+
letid=UUID()
32
+
lettype:PromptTemplateType
33
+
letcustomPrompt:String // Only used when type is .custom
0 commit comments