Add NPC normalization prompt context

This commit is contained in:
2026-07-26 01:27:34 +00:00
parent 8a12c56971
commit 6bd781d344
13 changed files with 619 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package npcs
import "embed"
//go:embed assets/schemas/dnd_npcs_normalize_llm.v1.json assets/prompts/*.yaml assets/prompts/*.md
var embeddedAssets embed.FS