Skip to content

Commit 3c5c747

Browse files
committed
Update _request_tracing_context.py
1 parent 25916c9 commit 3c5c747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/_request_tracing_context.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
ContainerAppEnvironmentVariable,
1515
KubernetesEnvironmentVariable,
1616
APP_CONFIG_AI_MIME_PROFILE,
17+
APP_CONFIG_AICC_MIME_PROFILE,
1718
)
1819

1920
# Feature flag filter names
@@ -207,7 +208,7 @@ def update_ai_configuration_tracing(self, content_type: Optional[str]) -> None:
207208
# Check for AI mime profiles in content type
208209
if APP_CONFIG_AI_MIME_PROFILE in content_type:
209210
self.uses_ai_configuration = True
210-
if CHAT_COMPLETION_PROFILE in content_type:
211+
if APP_CONFIG_AICC_MIME_PROFILE in content_type:
211212
self.uses_aicc_configuration = True
212213

213214
def update_correlation_context_header(

0 commit comments

Comments
 (0)