Logo
Explore
Register Sign In
agent/agent-framework
Watch 2
Star 0
Fork 0
mirror of https://github.com/microsoft/agent-framework.git synced 2026-06-16 21:04:09 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
7e04224360e6c354c8254a09f6d534053aed15f9
agent-framework/python/packages/core/tests/azure
T
History
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
..
conftest.py
Python: [BREAKING] Simplify API: ChatAgent -> Agent, ChatMessage -> Message (#3747)
2026-02-10 23:04:32 +00:00
test_azure_assistants_client.py
Python: updated integration tests and guidance (#4181)
2026-02-24 09:35:46 +00:00
test_azure_chat_client.py
Python: updated integration tests and guidance (#4181)
2026-02-24 09:35:46 +00:00
test_azure_responses_client.py
Fix walrus operator precedence for model_id in AzureOpenAIResponsesClient (#4299)
2026-02-26 20:12:50 +09:00
test_entra_id_authentication.py
Python: [BREAKING] Redesign Python exception hierarchy (#4082)
2026-02-19 17:58:14 +00:00