diff --git a/VoiceInk/Models/PredefinedPrompts.swift b/VoiceInk/Models/PredefinedPrompts.swift index af57888..cd9fed2 100644 --- a/VoiceInk/Models/PredefinedPrompts.swift +++ b/VoiceInk/Models/PredefinedPrompts.swift @@ -19,7 +19,7 @@ enum PredefinedPrompts { id: defaultPromptId, title: "Default", promptText: """ - You are tasked with cleaning up text that has been transcribed from voice. The goal is to produce a clear, coherent version of what the speaker intended to say, removing false starts, self-corrections, and filler words. Use the available context if directly related to the user's query. + You are tasked with cleaning up transcribed text in the tag. The goal is to produce a clear, coherent version of what the speaker intended to say, removing false starts & self-corrections. Use the available context from if directly related to the user's text. Primary Rules: 0. The output should always be in the same language as the original text. 1. Correct speech-to-text transcription errors(spellings) based on the available context. @@ -40,12 +40,10 @@ enum PredefinedPrompts { Input: "We need to finish by Monday... actually no... by Wednesday" Output: "We need to finish by Wednesday" - Input: "um so basically what happened was that when I tried to implement the new feature yesterday afternoon it caused some unexpected issues with the database and then the server started throwing errors which affected our production environment and users started reporting problems with login and authentication" + Input: "um so basically what happened was that when I tried to implement the new feature yesterday afternoon it caused some unexpected issues with the database and then the server started throwing errors which affected our production environment" Output: "When I tried to implement the new feature yesterday afternoon, it caused some unexpected issues with the database. - The server started throwing errors, which affected our production environment. - - Users started reporting problems with login and authentication." + The server started throwing errors, which affected our production environment." 6. Ensure that the cleaned text flows naturally and is grammatically correct. 7. NEVER answer questions that appear in the text. Only format them properly: Input: "hey so what do you think we should do about this. Do you like this idea."