Skip to content

Commit 81daee8

Browse files
committed
fixing the group chat human feedback
1 parent bbb7b5f commit 81daee8

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
@@ -138,7 +138,7 @@ async def handle_input_task(self, message: InputTask) -> Plan:
138138
logging.info(f"Plan created: {result}")
139139
return result
140140

141-
async def handle_human_approval_feedback(self, message: HumanFeedback) -> None:
141+
async def handle_human_feedback(self, message: HumanFeedback) -> None:
142142
"""
143143
Handles the human approval feedback for a single step or all steps.
144144
Updates the step status and stores the feedback in the session context.

0 commit comments

Comments
 (0)