* Initial version of assistant client * More updates to assistant client * Finished assistant chat client implementation * Small fixes and basic example * Added code interpreter example * More examples * Added chat client example * Small fixes * Added tests * Enabled telemetry * Small fix * Removed files temporarily * Revert "Removed files temporarily" This reverts commit 5cdfa0d299. * Small fixes * Addressed PR feedback * Fixed tests * Small update * Added Azure assistants client and examples * Added tests * Small fix
5cdfa0d299
* updated doc generation setup and some slight api enhancements * small fix in index
* improved loading * updated openai folder imports * fixed import
* 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>