19d91bb950
Python: Foundry Chat Client unit tests to improve coverage ( #423 )
...
* Add unit tests for Foundry Chat Client to improve coverage
* Updated Azure OpenAI endpoint and tests timeout
* Error fixes for Foundry Chat Client tests
* Error fixes
---------
Co-authored-by: Giles Odigwe <gilesodigwe@microsoft.com >
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com >
2025-08-15 17:45:14 +00:00
Dmytro Struk and GitHub
dea736e550
Python: Thread storage and serialization ( #394 )
...
* Updates for message store support
* Added unit tests
* Added suspend-resume example
* Added example with custom chat message store
* Small fix
* Addressed PR feedback
* Renaming and documentation
* More renaming
* Addressed more PR feedback
* Small fixes in Foundry chat client and examples
* Small update
* Addressed PR feedback
* Increased timeout for Azure tests
2025-08-14 21:15:42 +00:00
Eduard van Valkenburg and GitHub
53866218d2
Python: add better test coverage to individual tests, and all-tests task, gh … ( #400 )
...
* add better test coverage to individual tests, and all-tests task, gh action to surface
* remove cache location
* test version-file
* updated uv setup for consistency
* mypy fix
* update naming
* temporarily removed mypy from workflow
2025-08-12 18:35:36 +00:00
Eduard van Valkenburg and GitHub
1ed89d4db8
Python: updated API in sync with dotnet ( #269 )
...
* updated API in sync with dotnet
* fix test
* updated name and display_name
* fixed mypy setup
* add pre-commit cache
2025-07-30 08:50:22 +00:00
Eduard van Valkenburg and GitHub
517955ce66
updated builds and release pipeline setup (without pypi publish) ( #219 )
...
* updated builds and release pipeline setup (without pypi publish)
* add label prefix action
* updated uv versions
* final uv updates
* moved uv version semver into variable
2025-07-24 07:15:00 +00:00
f0dc661c3e
Python: Azure chat client ( #185 )
...
* updated openai, fcc works, with sample
* reduced files in openai
* Add azure chat client
* fix tests
* Update python/packages/main/tests/unit/test_openai_chat_completion_base.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update python/packages/azure/agent_framework/azure/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update python/packages/azure/agent_framework/azure/_azure_openai_settings.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* PR comments
* fix bad merge
* disable tests for now
* actually disable tests for azure
* fix tests, align test files with merge changes
* update code for new project structure
* PR comments
* add streaming integration tests. Fix flakiness
---------
Co-authored-by: eavanvalkenburg <github@vanvalkenburg.eu >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-15 18:38:09 +00:00
Eduard van Valkenburg and GitHub
2e6f6a4008
small update in init ( #189 )
2025-07-15 15:09:32 +00:00
Eduard van Valkenburg and GitHub
407ed6de70
Python: follow on work on OpenAI ( #169 )
...
* updated openai, fcc works, with sample
* reduced files in openai
2025-07-12 05:15:51 +00:00
Eduard van Valkenburg and GitHub
3449902b03
Python: added ChatClientBase with function calling ( #147 )
...
* added ChatClientBase with function calling
* streaming update
* fixed typing
* test setup
* small update
* src setup
* removed src, updated test naming
* fixed test command
* alolow args
* updated test run
* added unit test folder to azure
* added init and unit test to azure
* added other cross tests
* restructured
* reset test run
* fix name
* removed always
* updated test
* extend pytest.xml locations
* run surface always
* added decorators for FC and marked tests
* fixed mypy settings and added tests
* fix override import
* removed import
2025-07-10 09:18:15 +00:00