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}}