chore: initial import
This commit is contained in:
10
prompts/prompt_schema.template.json
Normal file
10
prompts/prompt_schema.template.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"category": "general",
|
||||
"name": "welcome",
|
||||
"description": "Explain what this prompt should accomplish.",
|
||||
"variables": [
|
||||
"user",
|
||||
"context"
|
||||
],
|
||||
"template": "Hello {user}, context: {context}"
|
||||
}
|
||||
Reference in New Issue
Block a user