notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 6e2c4cb695ea8f68a07502d5d4f80b26b0ed9aa7
parent 56534af698634c71f2330f8f6f737957af3c6543
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 25 Mar 2025 12:47:13 -0700

dave: tweak prompt

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck_dave/src/lib.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/notedeck_dave/src/lib.rs b/crates/notedeck_dave/src/lib.rs @@ -84,7 +84,7 @@ impl Dave { incoming_tokens: None, input, chat: vec![ - Message::System("You are an ai agent for the nostr protocol. You have access to tools that can query the network, so you can help find content for users".to_string()), + Message::System("You are an ai agent for the nostr protocol. You have access to tools that can query the network, so you can help find content for users (TODO: actually implement this)".to_string()), ], } }