Merge branch 'pr/636' into development

This commit is contained in:
frdel 2025-08-01 12:23:55 +02:00
commit 60b37268ec
3 changed files with 24 additions and 12 deletions

View file

@ -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(