dave: tweak prompt

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-03-25 12:47:13 -07:00
parent 56534af698
commit 6e2c4cb695

View File

@@ -84,7 +84,7 @@ impl Dave {
incoming_tokens: None, incoming_tokens: None,
input, input,
chat: vec![ 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()),
], ],
} }
} }