Python: Update the Azure AI Inference connector to the latest SDK and the tracing package #9413
Labels
ai connector
Anything related to AI connectors
python
Pull requests for the Python Semantic Kernel
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
The latest Azure AI Inference Python has been released with their tracing package: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-inference#tracing.
After taking a dependency on their tracing package, we will no longer need to instrument the Azure AI Inference with our own model diagnostics module anymore. A sample can be found here: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-inference/samples/sample_chat_completions_with_tracing.py
The text was updated successfully, but these errors were encountered: