You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today our OpenAI (Azure and non) enable 2 experimental tracing - OpenAI's and Microsoft.Extensions.AI's. We should decide:
if we really want both by default
or if we should have separate switches to control them
or if we should just have built in support for 1 of them, and let the user disable it and manually configure the other
You probably want one or the other, but not both. The experimental tracing in OpenAI implements the otel standard convention for genai (or, at least, an older version of it), just as UseOpenTelemetry does.
Today our OpenAI (Azure and non) enable 2 experimental tracing - OpenAI's and Microsoft.Extensions.AI's. We should decide:
Originally posted by @stephentoub in dotnet/docs-aspire#2722 (comment)
The text was updated successfully, but these errors were encountered: