2 references to SensitiveDataEnabledCustomKey
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvokingChatClient.cs (1)
103
? invokeAgentActivity.GetCustomProperty(OpenTelemetryChatClient.
SensitiveDataEnabledCustomKey
) as string is OpenTelemetryChatClient.SensitiveDataEnabledTrueValue
ChatCompletion\OpenTelemetryChatClient.cs (1)
287
activity?.SetCustomProperty(
SensitiveDataEnabledCustomKey
, SensitiveDataEnabledTrueValue);