mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
fix: backend not setting agent no; agent no in responses
This commit is contained in:
parent
74595c6e8d
commit
6ed9f068c6
3 changed files with 10 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class LiveResponse(Extension):
|
|||
loop_data.params_temporary["log_item_response"] = (
|
||||
self.agent.context.log.log(
|
||||
type="response",
|
||||
heading=f"icon://chat Responding",
|
||||
heading=f"icon://chat {self.agent.agent_name}: Responding",
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue