From ce4bb1a904776e40ea2f040bbe062045cfd09cb3 Mon Sep 17 00:00:00 2001 From: Zeke Zhang Date: Mon, 28 Oct 2024 22:36:37 +1100 Subject: [PATCH] chore: remove unused prompt --- resources/prompt.json | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 resources/prompt.json diff --git a/resources/prompt.json b/resources/prompt.json deleted file mode 100644 index 3be18b8..0000000 --- a/resources/prompt.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "type": "recursive", - "legacy": true, - "prompt": "Provide a detailed and comprehensive summary of the following content in flawless [LANGUAGE], ensuring all key points are covered. Create a markdown heading (###) that encapsulates the core information of the content. Make sure it is answered in [LANGUAGE].", - "variables": [ - { - "name": "[LANGUAGE]" - } - ] - }, - { - "type": "recursive", - "legacy": false, - "prompt": "Write a detailed and comprehensive explanation of the following in perfect [LANGUAGE] with no grammar issues, ensuring all key points are covered. Create a markdown heading (###) that encapsulates the core information:\n\n{text}\n\nStructured markdown summary with heading (###) in fluent [LANGUAGE]:", - "variables": [ - { - "name": "[LANGUAGE]" - } - ] - }, - { - "type": "final", - "legacy": true, - "prompt": "identify headings in the transcript and summarise them into five headings. Use #### headings in markdown. Under headings, summarise at least 3 key points and then provide detail explanation of the concept based on the following text in the way that can be read fluently, make sense and avoid repetition. Make sure to include all information. Write it in beautiful and structured markdown in perfect [LANGUAGE]. ", - "variables": [ - { - "name": "[LANGUAGE]" - } - ] - }, - { - "type": "final", - "legacy": false, - "prompt": "Write a detailed summary of the following in [LANGUAGE]:\n\n{text}\n\nIdentify and summarise them into five headings. Use #### headings in markdown. Under headings, summarize a list of key points that best encapsulate the core information. Structured markdown summary with headings in perfect [LANGUAGE] (####): ", - "variables": [ - { - "name": "[LANGUAGE]" - } - ] - } -] \ No newline at end of file