Skip to content

Conversation

@Dhruvkumar-Microsoft
Copy link
Contributor

Purpose

This pull request updates the handle_action_request method in src/backend/kernel_agents/agent_base.py to include more specific information in the messages sent to the invoke method.

Enhancement to action request handling:

  • src/backend/kernel_agents/agent_base.py: Modified the messages parameter in the invoke method to append the specific action (step.action) being performed, improving the context provided for the action request.

Before changing the request message:

Before fix prompt

After changing the request message:

after change 1

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 1e47ba8 into dev Jul 18, 2025
7 checks passed
@Roopan-Microsoft Roopan-Microsoft deleted the psl-bug-19514 branch July 18, 2025 05:09
@github-actions
Copy link

🎉 This PR is included in version 2.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

blessing-msft pushed a commit that referenced this pull request Aug 1, 2025
fix: added current step action and function with history to execute correct task when approving parallelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants