Replies: 4 comments
-
Tagging @dmytrostruk and @TaoChenOSU |
Beta Was this translation helpful? Give feedback.
0 replies
-
@awonglk Are you using .NET or Python? In .NET, it should be possible to update this environment variable in runtime, not sure about Python though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using Python.
…On Wed, May 7, 2025, 07:28 Dmytro Struk ***@***.***> wrote:
@awonglk <https://github.com/awonglk> Are you using .NET or Python? In
.NET, it should be possible to update this environment variable in runtime,
not sure about Python though.
—
Reply to this email directly, view it on GitHub
<#11727 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5EPFEDRUZFMLYQO57ASAD25FAQ3AVCNFSM6AAAAAB32P5BH6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMBVGU4TQNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@TaoChenOSU Could you please take a look? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently using this enviornment variable setting to turn on prompt logging:
SEMANTICKERNEL_EXPERIMENTAL_GENAI_ENABLE_OTEL_DIAGNOSTICS_SENSITIVE
My understanding is that this is a global setting that is set once during startup only.
I am wondering if there is a way to dynamically enable/disable this logging, say based on user privacy preference?
This would help us to balance the ability to collects stats we need to improve our product, but also respect user's privacy where user prefers not to have their chat session to be logged
Beta Was this translation helpful? Give feedback.
All reactions