Add grounded NPC interaction extractor
This commit is contained in:
6
internal/modules/dnd/extract/npcinteractions/assets.go
Normal file
6
internal/modules/dnd/extract/npcinteractions/assets.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package npcinteractions
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed assets/schemas/dnd_npc_interactions_llm.v1.json assets/prompts/*.yaml assets/prompts/*.md
|
||||
var embeddedAssets embed.FS
|
||||
Reference in New Issue
Block a user