Standardize D&D prompt asset filenames
This commit is contained in:
@@ -16,8 +16,8 @@ const promptAssetRoot = "assets/prompts"
|
||||
var promptAssetManifest = shared.PromptAssetManifest{
|
||||
ModuleDir: "dnd.enemy_events",
|
||||
ModuleFiles: []promptfs.ModulePromptFile{
|
||||
{Name: "dnd.enemy_events.yaml", Path: "prompts/dnd.enemy_events.yaml"},
|
||||
{Name: "grounding.md", Path: "prompts/grounding.md"},
|
||||
{Name: "prompt.yaml", Path: "prompts/prompt.yaml"},
|
||||
{Name: "combat-grounding.md", Path: "prompts/combat-grounding.md"},
|
||||
{Name: "task.md", Path: "prompts/task.md"},
|
||||
{Name: "instructions.md", Path: "prompts/instructions.md"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user