From 9df690999c8c88c3404aec68934d0056d3a8a2de Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 3 Apr 2024 23:17:20 +0200 Subject: [PATCH] fix template --- agent/actions.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/agent/actions.go b/agent/actions.go index f005f2f..917b492 100644 --- a/agent/actions.go +++ b/agent/actions.go @@ -102,10 +102,6 @@ const hudTemplate = `You have a character and your replies and actions might be {{if .Character.Name}}Name: {{.Character.Name}} {{end}}{{if .Character.Age}}Age: {{.Character.Age}} {{end}}{{if .Character.Occupation}}Occupation: {{.Character.Occupation}} -{{end}}{{if .Character.NowDoing}}Now doing: {{.Character.NowDoing}} -{{end}}{{if .Character.DoingNext}}Doing next: {{.Character.DoingNext}} -{{end}}{{if .Character.DoneHistory}}Done history: {{.Character.DoneHistory}} -{{end}}{{if .Character.Memories}}Memories: {{.Character.Memories}} {{end}}{{if .Character.Hobbies}}Hobbies: {{.Character.Hobbies}} {{end}}{{if .Character.MusicTaste}}Music taste: {{.Character.MusicTaste}} {{end}}