Change 'LLM...' to 'Thinking...' in step log message

This commit is contained in:
Dita Aji Pratama 2026-05-19 10:28:06 +07:00
parent 7bda512be6
commit b819e871a4

View File

@ -42,7 +42,7 @@ def submit(app, stdscr):
for step in range(app.agent_max_iterations): for step in range(app.agent_max_iterations):
stamp_step = ntro.start() 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 app.scroll = 999999
draw(app, stdscr) draw(app, stdscr)
stdscr.refresh() stdscr.refresh()