mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-06 08:01:31 +00:00
remove dummy output message
This commit is contained in:
parent
fe46f045fe
commit
f1fc79c26f
1 changed files with 0 additions and 4 deletions
|
|
@ -7,7 +7,3 @@ class WaitingForInputMsg(Extension):
|
|||
# show temp info message
|
||||
if self.agent.number == 0:
|
||||
self.agent.context.log.set_initial_progress()
|
||||
|
||||
self.agent.context.log.log(
|
||||
type="hint", heading="Waiting for input...", content="test content", dumy_kvp1=3, dumy_kvp2="test test"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue