A Simple library that allows the merger of multiple files into one. Can be used to compose system prompts for ChatGPT
Configures your prompt composition
{
// key: string, name of the secondary prompt
// filePath: string, path to the file containing the secondary prompt
"prompts": {
[key]: "filePath"
}
}
The root prompt. Used to define the schematic that your secondary prompts will be placed in
This is a test prompt. Here's the "hello" secondary prompt:
{{hello}}
You may have noticed the usage of {{hello}}
above to mention the "hello" prompt. That's a reference to the hello
Secondary Prompt. Use them as many times necessary