Normalize private D&D response schema identities
This commit is contained in:
@@ -4,9 +4,9 @@ import "gitea.maximumdirect.net/eric/notarius/internal/framework/llm"
|
||||
|
||||
const (
|
||||
PromptID = "dnd.spells"
|
||||
ResponseSchemaKey = llm.ResponseSchemaKey("dnd_spells")
|
||||
ResponseSchemaID = "notarius.dnd.spells"
|
||||
ResponseSchemaName = "notarius_dnd_spells_v1"
|
||||
ResponseSchemaKey = llm.ResponseSchemaKey("dnd_spells_llm")
|
||||
ResponseSchemaID = "notarius.dnd.spells.llm"
|
||||
ResponseSchemaName = "notarius_dnd_spells_llm_v1"
|
||||
)
|
||||
|
||||
func loadResponseSchema() (llm.ResponseSchema, error) {
|
||||
|
||||
Reference in New Issue
Block a user