11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"category": "general",
|
|
"name": "welcome",
|
|
"description": "Explain what this prompt should accomplish.",
|
|
"variables": [
|
|
"user",
|
|
"context"
|
|
],
|
|
"template": "Hello {user}, context: {context}"
|
|
}
|