The latest Azure AI Inference SDK has been released with the tracing package. We have decided to upgrade to the latest so that we will no longer need to instrument the Azure AI Inference connector with our own model diagnostics module.
Contribution Checklist
Upgrade to the latest Azure AI Inference SDK with the tracing package.
Refactor the AI Inference connector to reduce duplicated code.
Some other minor fixes.
[x] The code builds clean without any errors or warnings
Motivation and Context
Addresses: https://github.com/microsoft/semantic-kernel/issues/9413
Description
The latest Azure AI Inference SDK has been released with the tracing package. We have decided to upgrade to the latest so that we will no longer need to instrument the Azure AI Inference connector with our own model diagnostics module.
Contribution Checklist