Skip to content

Commit 4bc26de

Browse files
add comment
1 parent e6d23d6 commit 4bc26de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AzureAppConfigurationImpl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
659659
#setAIConfigurationTracing(setting: ConfigurationSetting<string>): void {
660660
if (this.#requestTracingEnabled && this.#aiConfigurationTracing !== undefined) {
661661
const contentType = parseContentType(setting.contentType);
662+
// content type: application/json; profile="https://azconfig.io/mime-profiles/ai"
662663
if (isJsonContentType(contentType)) {
663664
const profile = contentType?.parameters["profile"];
664665
if (profile === undefined) {

0 commit comments

Comments
 (0)