Commit Graph

3 Commits

  • 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>
  • Python: OpenAI Connector (#144)
    * Initial checkin of openai connector
    
    * add tests
    
    * extensions work
    
    * chat completion client implicitly implementing ChatClient
    
    * remove AIServiceClientBase
    
    * remove PromptExecutionSettings
    
    * consolidate chat completion types
    
    * add integration test
    
    * fix pre-commit check errors
    
    * remove usage statistics from OpenAIHandler
    
    * Update python/extensions/agent-framework-openai/agent_framework/openai/exceptions.py
    
    Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
    
    * PR comments
    
    * fix merge
    
    * fix test import
    
    * remove tests for now because they just fail
    
    * Remove fixed TODO
    
    ---------
    
    Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
  • 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