mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-18 21:05:32 +00:00
chat rendering refactor - work in progress
This commit is contained in:
parent
c4846e7e9d
commit
f63df9f4eb
14 changed files with 1609 additions and 1402 deletions
|
|
@ -45,7 +45,7 @@ class Delegation(Tool):
|
|||
|
||||
def get_log_object(self):
|
||||
return self.agent.context.log.log(
|
||||
type="tool",
|
||||
type="subagent",
|
||||
heading=f"icon://communication {self.agent.agent_name}: Calling Subordinate Agent",
|
||||
content="",
|
||||
kvps=self.args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue