mirror of https://github.com/aliasrobotics/cai.git
remove Thinking message
This commit is contained in:
parent
f6dfe79a5b
commit
609a681b3f
|
|
@ -355,7 +355,6 @@ def run_cai_cli(starting_agent, context_variables=None, stream=False, max_turns=
|
|||
asyncio.run(process_streamed_response())
|
||||
else:
|
||||
# Use non-streamed response
|
||||
console.print("[dim]Thinking...[/dim]")
|
||||
response = asyncio.run(Runner.run(agent, user_input))
|
||||
#console.print(f"Agent: {response.final_output}") # NOTE: this line is commented to avoid duplicate output
|
||||
turn_count += 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue