dave: include anonymous user identifier in api call

- don't include users pubkey

This could be used to associate requests with real users,
rendering the anonymized user_id pointless

TODO: Implement a new tool call that lets dave ask for your pubkey

Fixes: #834
Fixes: #836
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-05-01 18:42:45 -07:00
parent 093189b019
commit 6bbc20471a
4 changed files with 40 additions and 11 deletions

1
Cargo.lock generated
View File

@@ -3281,6 +3281,7 @@ dependencies = [
"rand 0.9.0",
"serde",
"serde_json",
"sha2",
"tokio",
"tracing",
]