We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616edd4 commit f5c7fa8Copy full SHA for f5c7fa8
service/assistant/util/redact/honeycomb.go
@@ -11,8 +11,9 @@ var sensitiveQueryParams = []string{
11
"prompt", // the user's prompt
12
"threadId", // the thread the prompt belongs to, if any
13
"lon", "lat", // user's location as sent to us
14
- "tzOffset", // user's timezone offset as sent to us
15
- "token", // user's auth (timeline) token, identifies them uniquely.
+ "proximity", // the target location for a POI lookup
+ "tzOffset", // user's timezone offset as sent to us
16
+ "token", // user's auth (timeline) token, identifies them uniquely.
17
}
18
var mapboxPathRegex = regexp.MustCompile(`^/geocoding/v5/mapbox\.places/.+?.json$`)
19
0 commit comments