Skip to content

Commit 1e47ba8

Browse files
Merge pull request #331 from microsoft/psl-bug-19514
fix: added current step action and function with history to execute correct task when approving parallelly
2 parents ce5c9f3 + 733759b commit 1e47ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kernel_agents/agent_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async def handle_action_request(self, action_request: ActionRequest) -> str:
132132
# thread=step.session_id
133133
# ) # AzureAIAgentThread(thread_id=step.session_id)
134134
async_generator = self.invoke(
135-
messages=f"{str(self._chat_history)}\n\nPlease perform this action",
135+
messages=f"{str(self._chat_history)}\n\nPlease perform this action : {step.action}",
136136
thread=thread,
137137
)
138138

0 commit comments

Comments
 (0)