Add D&D scene description extractor

This commit is contained in:
2026-07-23 20:09:59 +00:00
parent 2f36b7c3b6
commit cd29265d5d
14 changed files with 876 additions and 0 deletions

View File

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