* Added basic example with small fix * Added example with function tools * Added example with thread management * Small renaming * Added example with code interpreter
* initial work on telemetry * moved tool operation const * missing quotes * working otel with samples * updated readme and other assets * added tests * added tests * small updates * updated genaiattributes docs * updated tests * additional warning * cleanup of tests
* Responses client WIP * add responses class * fix typing errors * move test * streaming responses, structured outputs * tests * Update python/packages/main/tests/openai/test_openai_responses_client.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * pr comments * fix override import * fix mypy * add missing function override * PR comments * add docstrings --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* 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>
* updated openai, fcc works, with sample * reduced files in openai