Skip to content

Commit 321f1d0

Browse files
Generate Knowledge Article (#25)
1 parent e920dbe commit 321f1d0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Prompts/Generate Knowledge Article

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Generate a knowledge article for a given `Topic`. The `Format` of the knowledge article is defined below.Use the relevant html elements like bold for headings and use emojis wherever applicable. The content for the topic should be generated by `strictly adhering to organization standards`. Always return the `response in JSON format`.
2+
Topic : Outlook Issues
3+
$$$
4+
Format:
5+
Title : title of the knowledge article in text format
6+
Description : short description of the article content in text format
7+
Instructions: Detailed information about the topic in HTML format
8+
keywords : list of comma seperated keywords which is used to identify the document by search engine.
9+
$$$
10+
11+
Example Output:
12+
{
13+
"Title": "Outlook Issues",
14+
"Description": "This article provides a guide to troubleshooting common Outlook issues including email delays, search malfunctions, sync problems, and profile corruption.",
15+
"Instructions": "<h1>📧 Outlook Issues</h1><p><strong>Description:</strong> This article addresses common Outlook issues, offering solutions to restore normal functionality.</p><h2>🔧 Instructions:</h2><p>Follow these steps to troubleshoot common Outlook problems:</p><ul><li><strong>⚠️ Outlook Not Responding:</strong><p class='highlight'>Outlook may freeze due to a large mailbox or conflicting add-ins. Launch Outlook in Safe Mode by pressing <kbd>Windows + R</kbd>, typing <code>outlook.exe /safe</code>, and pressing Enter. Disable problematic add-ins via <strong>File &gt; Options &gt; Add-ins</strong>.</p></li><li><strong>📤 Emails Stuck in Outbox:</strong><p class='highlight'>If emails are stuck in the Outbox, ensure your internet connection is stable. You can manually resend the email or verify the server settings under <strong>File &gt; Account Settings</strong>.</p></li><li><strong>🔍 Outlook Search Not Working:</strong><p class='highlight'>If Outlook search is not showing results, try rebuilding the search index. Navigate to <strong>Control Panel &gt; Indexing Options</strong>, select Outlook, and click 'Rebuild.'</p></li><li><strong>🔄 Sync Issues:</strong><p class='highlight'>Sync issues often result from connection problems. Ensure a stable internet connection and sync manually via <strong>Send/Receive &gt; Update Folder</strong>. Review your account settings under <strong>File &gt; Account Settings</strong>.</p></li><li><strong>👤 Profile Corruption:</strong><p class='highlight'>If Outlook crashes frequently or behaves erratically, the profile may be corrupted. Create a new profile by going to <strong>Control Panel &gt; Mail &gt; Show Profiles</strong>, and reconfigure your email account.</p></li></ul>",
16+
"keywords": "Outlook, troubleshooting, email stuck in outbox, search not working, sync issues, profile corruption, Outlook freezing"
17+
}

0 commit comments

Comments
 (0)