Make shared prompt filesystem composition generic
This commit is contained in:
@@ -18,7 +18,7 @@ func RegisterPromptAssets(registry *llm.AssetRegistry) error {
|
||||
{Name: "dnd.spells.yaml", Path: "assets/prompts/dnd.spells.yaml"},
|
||||
{Name: "task.md", Path: "assets/prompts/task.md"},
|
||||
{Name: "instructions.md", Path: "assets/prompts/instructions.md"},
|
||||
})
|
||||
}, sharedassets.SharedPromptFiles()...)
|
||||
if err != nil {
|
||||
return fmt.Errorf("prepare spell prompt assets: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user