diff --git a/tui/agent.py b/tui/agent.py index 52af6b8..22fa9be 100644 --- a/tui/agent.py +++ b/tui/agent.py @@ -42,7 +42,7 @@ def submit(app, stdscr): for step in range(app.agent_max_iterations): stamp_step = ntro.start() - log(app, "system", f" step {step + 1} \u2014 LLM...") + log(app, "system", f" step {step + 1} \u2014 Thinking...") app.scroll = 999999 draw(app, stdscr) stdscr.refresh()