Files
agent-framework/python/packages
Evan MattsonandCopilot 7e04224360 Fix walrus operator precedence for model_id in AzureOpenAIResponsesClient (#4299)
Add parentheses around the walrus assignment so model_id receives the
actual string value instead of the boolean result of
`kwargs.pop(...) and not deployment_name`.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-26 20:12:50 +09:00
..