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

@@ -3,7 +3,6 @@ package agent
import (
"context"
"fmt"
"time"
"github.com/mudler/local-agent-framework/action"
"github.com/mudler/local-agent-framework/xlog"
@@ -196,7 +195,6 @@ func (a *Agent) prepareHUD() PromptHUD {
CurrentState: *a.currentState,
PermanentGoal: a.options.permanentGoal,
ShowCharacter: a.options.showCharacter,
Time: time.Now().Format(time.RFC3339),
}
}