Skip to content

Commit 67dd020

Browse files
Pylint_issue
1 parent 22c3b85 commit 67dd020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kernel_agents/group_chat_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ async def _execute_step(self, session_id: str, step: Step):
418418
# Use the agent from the step to determine which agent to send to
419419
agent = self._agent_instances[working_step.agent.value]
420420
await agent.handle_action_request(action_request)
421-
421+
422422
# ✅ Mark completed after successful execution
423423
working_step.status = StepStatus.completed
424424
await self._memory_store.update_step(working_step)

0 commit comments

Comments
 (0)