Add D&D location extractor

This commit is contained in:
2026-08-04 00:02:18 +00:00
parent c51934d5c6
commit bb4855f0c6
15 changed files with 762 additions and 0 deletions

View File

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