Centralize shared D&D LLM assets

This commit is contained in:
2026-08-05 00:37:19 +00:00
parent a57f83e30d
commit 08954f17e2
15 changed files with 69 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ import (
"io/fs"
)
//go:embed generic
//go:embed dnd generic
var embedded embed.FS
// FS returns the embedded read-only asset filesystem.