Skip to content

Python: Fix responses agent kernel args bug#13056

Merged
moonbox3 merged 2 commits into
microsoft:mainfrom
moonbox3:fix-responses-agent-args-bug
Sep 4, 2025
Merged

Python: Fix responses agent kernel args bug#13056
moonbox3 merged 2 commits into
microsoft:mainfrom
moonbox3:fix-responses-agent-args-bug

Conversation

@moonbox3

@moonbox3 moonbox3 commented Sep 3, 2025

Copy link
Copy Markdown
Collaborator

Motivation and Context

The arguments: KernelArguments are not getting handled properly for the Responses Agent invoke. Use the provided arguments instead of trying to get them from the kwargs.

Description

Contribution Checklist

@moonbox3 moonbox3 requested a review from a team as a code owner September 3, 2025 05:48
@moonbox3 moonbox3 added the python Pull requests for the Python Semantic Kernel label Sep 3, 2025
@moonbox3 moonbox3 enabled auto-merge September 3, 2025 05:49
@moonbox3

moonbox3 commented Sep 3, 2025

Copy link
Copy Markdown
Collaborator Author

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
agents/open_ai
   responses_agent_thread_actions.py43712671%177, 194, 207, 218–219, 227, 234, 247, 407–408, 410, 424, 429, 436, 451–452, 462, 469, 471–472, 481, 488, 490–491, 502, 509, 511–512, 522, 529, 534–535, 539, 551, 585–587, 590, 608–609, 620–622, 626, 630–631, 635–637, 648–650, 672, 674–675, 682–683, 685–686, 688, 690–691, 693–694, 792, 797, 805–806, 808, 814, 819, 824–826, 832–834, 839–840, 842–847, 849, 853–854, 856, 860, 864, 869–870, 875, 878–879, 939–942, 965, 1011–1014, 1055–1056, 1060–1062, 1064, 1089–1090, 1092–1096, 1098, 1108–1109, 1117, 1121, 1128, 1134, 1210
TOTAL27111472782% 

Python Unit Test Overview

Tests Skipped Failures Errors Time
3717 22 💤 0 ❌ 0 🔥 1m 37s ⏱️

@moonbox3 moonbox3 added this pull request to the merge queue Sep 4, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 4, 2025
@moonbox3 moonbox3 added this pull request to the merge queue Sep 4, 2025
Merged via the queue into microsoft:main with commit 22ff5f8 Sep 4, 2025
30 checks passed
@moonbox3 moonbox3 deleted the fix-responses-agent-args-bug branch September 4, 2025 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Pull requests for the Python Semantic Kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python: Bug Report: Arguments Parameter Ignored in ResponsesAgentThreadActions.invoke()

3 participants