Dmytro Struk and GitHub
14aee7e334
Python: Added parameter to disable agent cleanup in AzureAIAgentClient ( #1882 )
...
* Removed automatic agent cleanup in AzureAIAgentClient
* Revert "Removed automatic agent cleanup in AzureAIAgentClient"
This reverts commit 89846c7212 .
* Exposed boolean flag to control deletion behavior
* Update sample
2025-11-05 16:56:19 +00:00
Eduard van Valkenburg and GitHub
e462d209fd
Python: fix middleware and cleanup confusing function ( #1865 )
...
* fix middleware and cleanup redundant function
* added test to validate
2025-11-03 18:42:59 +00:00
Giles Odigwe and GitHub
a9a1b1e567
Python: Azure AI top_p and temperature parameters fix ( #1839 )
...
* azure ai parameters fix
* added unit tests
* unit test fix
* fix
2025-10-31 20:46:38 +00:00
Kurt and GitHub
abfdf75cfb
fix: Remove strict thread id validation for tool results ( #1769 )
...
* fix: remove strict thread id validation for tool results
* test: remove corresponding test for strict thread_id validation
2025-10-30 14:32:46 +00:00
Giles Odigwe and GitHub
2059e7b3e8
Python: Azure AI Search Support Update + Refactored Samples & Unit Tests ( #1683 )
...
* azure ai search sample update
* azure ai search update
* small fix
2025-10-30 02:30:06 +00:00
Giles Odigwe and GitHub
db7f767180
Python: Added MCP headers for AzureAI ( #1506 )
...
* add mcp headers
* small fix
2025-10-16 05:42:45 +00:00
baf59ca1ed
Python: Added URL Citation Support to Azure AI Agent ( #1397 )
...
* added url citation to agentrunresponse
* small fix
* fix
* Update python/packages/azure-ai/agent_framework_azure_ai/_chat_client.py
Co-authored-by: Tao Chen <taochen@microsoft.com >
---------
Co-authored-by: Tao Chen <taochen@microsoft.com >
2025-10-13 19:04:08 +00:00
350cdfc1cd
Python: Fix AI Search Tool Sample and improve AI Search Exceptions ( #1206 )
...
* Python: Fix AI Search Tool Sample and improve AI Search Exceptions
* Python: Fix AI Search Tool Test
---------
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com >
2025-10-10 18:46:57 +00:00
Giles Odigwe and GitHub
7238cde5af
Python: AzureAI Bing Connection Name Support ( #1364 )
...
* bing connection name support
* error handling + unit tests
* connection id and name handling
2025-10-09 21:13:07 +00:00
Dmytro Struk and GitHub
a02b82f022
Python: Fixed instructions duplication in model clients ( #1332 )
...
* Small fix
* Updated instruction handling in chat clients
2025-10-09 14:49:03 +00:00
Dmytro Struk and GitHub
7e891fab39
Python: Included existing agent definition in requests to Azure AI ( #1285 )
...
* Fixed instructions handling for existing Azure AI agents
* Updated tool handling for existing agents
* Small update
* Added more comments
2025-10-08 20:33:57 +00:00
Eduard van Valkenburg and GitHub
76900f0eab
Python: [BREAKING] parameter naming and other fixes ( #1255 )
...
* parameter naming and other fixes
* fix test
* fix azure openai responses decorator ordering
* fix test
* fix mypy
* fixes in options handling
* fix tests
* final fixes
* exclude macos tests
* fix model param
2025-10-07 21:18:48 +00:00
Eduard van Valkenburg and GitHub
fd819c6c02
Python: Introducing AI Function approval ( #1131 )
...
* support for local function approval
* small fix
* fix mypy
* added bigger test scenario's for function calling and approvals
* updated lock
* updated return message for rejection
* fix test
* updated function result content handling
2025-10-04 15:19:16 +00:00
Evan Mattson and GitHub
4f4890cf6a
Update getting started samples to reflect AF. Update a unit test. ( #1093 )
2025-10-02 01:20:12 +00:00
Giles Odigwe and GitHub
b0971fdec6
Python: Foundry Agent Completeness ( #954 )
...
* foundry completeness
* tests + openapi sample
* bing grounding sample
* options integration tests
* merge conflict fix
* fix failing test
* add mcp approval handling
2025-10-01 13:38:51 +00:00
Eduard van Valkenburg and GitHub
54ad135914
Python: [BREAKING] added SerializationMixin and applied to contents, agents, chat client… ( #1012 )
...
* added SerializationMixin and applied to contents, agents, chat clients, removed AFBaseModel
* fix annotations type
* mypy fixes
* fix tests
* fix serializable subvalues and added large docstring
* updated indents in code block
* fixed exported urls
2025-09-30 19:53:46 +00:00
Eduard van Valkenburg and GitHub
9355329dfd
Python: [BREAKING] updated structure and samples ( #875 )
...
* updated structure and samples
* updated names and removed cross tests
* updated projects etc
* updated tests
* updated test
* test fixes
* removed devui for now
* updated all-tests task
* removed old style configs
* remove coverage from tests
* updated to unit tests with all-tests
* updated foundry everywhere
* fix azure ai tests
* fix merge tests
* fix mypy
2025-09-25 07:02:53 +00:00