Chat completion operations are being instrumented in #36890 .
Along with
they result in redundant span recorded by
@distributed_trace annotation.

We need to make sure we don't double-instrument chat completion calls (and others what we might instrument in the future).
Chat completion operations are being instrumented in #36890 .
Along with
azure-sdk-for-python/sdk/ai/azure-ai-inference/azure/ai/inference/aio/_patch.py
Line 440 in c0a7188
@distributed_traceannotation.We need to make sure we don't double-instrument chat completion calls (and others what we might instrument in the future).