Introducing the Markdown Component Prompting System(MCPS) #1
falktravis
announced in
Announcements
Replies: 1 comment 1 reply
|
This was awesome and came in the right time. Thank you for sharing!! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone! After playing around with component prompting recently, I realized two important things:
Putting these two things together, I found that a very substantial increase in output quality, specifically in code generation. Because of the nature of component prompting, I was able to create a static system which incorporates these two things into the prompt builder. I call it the Markdown Component Prompting System.
This is implemented as a setting, and can be toggled on or off, but is defaulted to off. If you are using large prompts, I would highly recommend it.
Essentially, it adds a structure explanation to the front of each prompt, of which I provided a default version that works great for me, and gives each section a heading in the format
# {section type}: {section name}.I hope some of you find this useful, happy prompting!
All reactions