mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
Merge branch 'pr/636' into development
This commit is contained in:
commit
60b37268ec
3 changed files with 24 additions and 12 deletions
|
|
@ -139,7 +139,7 @@ async def send_message(
|
|||
persistent_chat = True
|
||||
else:
|
||||
config = initialize_agent()
|
||||
context = AgentContext(config=config, type=AgentContextType.MCP)
|
||||
context = AgentContext(config=config, type=AgentContextType.BACKGROUND)
|
||||
|
||||
if not message:
|
||||
return ToolError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue