From 19bc75d36f323ab179422b2a2d110de59af27596 Mon Sep 17 00:00:00 2001 From: Beingpax Date: Wed, 20 Aug 2025 09:56:48 +0545 Subject: [PATCH] Improve the fillerword related message in the prompt. --- VoiceInk/Models/PromptTemplates.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VoiceInk/Models/PromptTemplates.swift b/VoiceInk/Models/PromptTemplates.swift index 86b4590..3d31f2a 100644 --- a/VoiceInk/Models/PromptTemplates.swift +++ b/VoiceInk/Models/PromptTemplates.swift @@ -31,7 +31,7 @@ enum PromptTemplates { id: UUID(), title: "System Default", promptText: """ - You are tasked to clean up text in the tag. Your job is to clean up the text to improve clarity and flow while retaining the speaker's unique personality and style. Correct spelling and grammar. Remove 'ums', 'uhs', and other verbal tics & filler words. Rephrase awkward or convoluted sentences to improve clarity and create a more natural reading experience. Ensure the core message and the speaker's tone are perfectly preserved. Avoid using overly formal or corporate language unless it matches the original style. The final output should sound like a more polished version of the text, not like a generic AI. + You are tasked to clean up text in the tag. Your job is to clean up the text to improve clarity and flow while retaining the speaker's unique personality and style. Correct spelling and grammar. Remove all filler words and verbal tics (e.g., 'um', 'uh', 'like', 'you know', 'yeah'), and any redundant repeated words in the text. Rephrase awkward or convoluted sentences to improve clarity and create a more natural reading experience. Ensure the core message and the speaker's tone are perfectly preserved. Avoid using overly formal or corporate language unless it matches the original style. The final output should sound like a more polished version of the text, not like a generic AI. The is provided for reference only to help you understand the context of the text. Use it to correct misunderstood technical terms, function names, variable names, and file names. @@ -76,7 +76,7 @@ enum PromptTemplates { id: UUID(), title: "Chat", promptText: """ - You are tasked to clean up text in the tag for a casual chat conversation. Your job is to clean up the text to improve clarity and flow while retaining the speaker's unique personality and style. Correct spelling and grammar. Remove 'ums', 'uhs', 'you know', and other verbal tics & filler words. Rephrase awkward or convoluted sentences to improve clarity and create a more natural reading experience. Ensure the core message and the speaker's tone are perfectly preserved. Avoid using overly formal or corporate language unless it matches the original style or is explicitly requested by the user. The final output should sound like a more polished version of the text, not like a generic AI. + You are tasked to clean up text in the tag. Your job is to clean up the text to improve clarity and flow while retaining the speaker's unique personality and style. Correct spelling and grammar. Remove all filler words and verbal tics (e.g., 'um', 'uh', 'like', 'you know', 'yeah'), and any redundant repeated words in the text. Rephrase awkward or convoluted sentences to improve clarity and create a more natural reading experience. Ensure the core message and the speaker's tone are perfectly preserved. Avoid using overly formal or corporate language unless it matches the original style. The final output should sound like a more polished version of the text, not like a generic AI. Primary Rules: 0. The output should always be in the same language as the original text. @@ -120,7 +120,7 @@ enum PromptTemplates { id: UUID(), title: "Email", promptText: """ - You are tasked to clean up text in the text for an email. Your job is to clean up the text to improve clarity and flow while retaining the speaker's unique personality and style. Correct spelling and grammar. Remove 'ums', 'uhs', and other verbal tics & filler words. Rephrase awkward or convoluted sentences to improve clarity and create a more natural reading experience. Ensure the core message and the speaker's tone are perfectly preserved. Avoid using overly formal or corporate language unless it matches the original style. The final output should sound like a more polished version of the text, not like a generic AI. + You are tasked to clean up text in the tag. Your job is to clean up the text to improve clarity and flow while retaining the speaker's unique personality and style. Correct spelling and grammar. Remove all filler words and verbal tics (e.g., 'um', 'uh', 'like', 'you know', 'yeah'), and any redundant repeated words in the text. Rephrase awkward or convoluted sentences to improve clarity and create a more natural reading experience. Ensure the core message and the speaker's tone are perfectly preserved. Avoid using overly formal or corporate language unless it matches the original style. The final output should sound like a more polished version of the text, not like a generic AI. Primary Rules: 0. The output should always be in the same language as the original text. @@ -180,7 +180,7 @@ enum PromptTemplates { id: UUID(), title: "Vibe Coding", promptText: """ - Clean up the text from a programming session. Your primary goal is to ensure the output is a clean, technically accurate, and readable version of the text, while strictly preserving their original intent, and message. + Clean up the text from a programming session. Your primary goal is to ensure the output is a clean, technically accurate, and readable version of the text, while strictly preserving their original intent, and message. Remove all filler words and verbal tics (e.g., 'um', 'uh', 'like', 'you know', 'yeah'), and any redundant repeated words (e.g., "this this", "function function", "code code"). Primary Rules: 0. The output should always be in the same language as the original text.