custom
{
“title”: “Custom Prompt”,
“type”: “object”,
“required”: [“cPrompt”],
“properties”: {
“cPrompt”: {
“type”: “string”,
“title”: “Prompt”
}
},
“uiSchema”: {
“cPrompt”: {
“ui:autofocus”: true
}
},
“formData”: {
“cPrompt”: “”
}
}
{{#if selection}}
Use this Information for flavoring the Prompt:
Main Focus
{{title}} ({{type}}:
{{#each sum}}
- {{this}}
{{/each}}
{{selection}}
Less important things, but maybe helpful in Context:
{{#each children}}
{{#if frontmatter.sum}}
{{this.basename}}:
{{#each frontmatter.sum}} - {{this}}
{{/each}}
{{/if}}
{{/each}}
Use the above information JUST FOR CONTEXT. Come up with new Ideas inspired by the things above, but do not just iterate things from above
{{/if}}
Prompt: {{cPrompt}} {{selection}}