-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Support Hiding Invocation Parameters in Spans #1170
Comments
@rajaswa Are you seeing anywhere that we store API keys in spans? This is a mistake if so. |
@axiomofjoy Yes, I am seeing {
"num_retries": 3,
"cache": {
"no-cache": true,
"no-store": true
},
"temperature": 0.3,
"max_tokens": 4096,
"api_base": "<my-azure-openai-url",
"api_version": "2024-06-01",
"api_key": "my-azure-openai-key"
} |
@rajaswa We've added this ability in v0.1.20 via the |
Thanks @RogerHYang! I have updated the Phoenix docs with the same, hope it helps! - Arize-ai/phoenix#5739 |
Is your feature request related to a problem? Please describe.
Currently there is no support to hide invocation parameters in Spans - which might contain sensitive information like api_keys.
Describe the solution you'd like
The
TraceConfig
class can start supporting ahide_invocation_params
property, which will REDACT invocation parameters.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: