Time shouldn't be part of the Hud, but always rendered

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2024-12-25 23:17:40 +01:00
parent 8c447a0cf8
commit 5e6863379c
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,6 @@ type PromptHUD struct {
CurrentState action.StateResult `json:"current_state"`
PermanentGoal string `json:"permanent_goal"`
ShowCharacter bool `json:"show_character"`
Time string `json:"time"`
}
type Character struct {