Add D&D spells prompt assets
This commit is contained in:
@@ -17,6 +17,7 @@ var embeddedAssets embed.FS
|
||||
const (
|
||||
SourceBuiltin = "builtin"
|
||||
VersionV1 = "v1"
|
||||
DNDSpellsPromptID = "dnd.spells"
|
||||
TestGenericPromptID = "test.generic"
|
||||
)
|
||||
|
||||
@@ -65,6 +66,13 @@ func init() {
|
||||
}
|
||||
|
||||
defs := []definition{
|
||||
{
|
||||
id: DNDSpellsPromptID,
|
||||
version: VersionV1,
|
||||
embeddedDir: "assets/dnd/spells",
|
||||
systemPath: "assets/dnd/spells/system.md",
|
||||
userPath: "assets/dnd/spells/user.md",
|
||||
},
|
||||
{
|
||||
id: TestGenericPromptID,
|
||||
version: VersionV1,
|
||||
|
||||
Reference in New Issue
Block a user