Add D&D location occurrence extractor

This commit is contained in:
2026-08-04 00:18:16 +00:00
parent 7715baa1f6
commit 06170e1f65
15 changed files with 994 additions and 0 deletions

View File

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