From 6e2c4cb695ea8f68a07502d5d4f80b26b0ed9aa7 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 25 Mar 2025 12:47:13 -0700 Subject: [PATCH] dave: tweak prompt Signed-off-by: William Casarin --- crates/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 index 36870bd..788d3bd 100644 --- 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()), ], } }