From 4a0e2fa347bf120cafa5162eb8cd4621aa5eaf1c Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 16 Apr 2025 20:35:39 -0700 Subject: [PATCH] dave: tweak prompt Signed-off-by: William Casarin --- crates/notedeck_dave/src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/notedeck_dave/src/lib.rs b/crates/notedeck_dave/src/lib.rs index c0f45b45..3e59652b 100644 --- a/crates/notedeck_dave/src/lib.rs +++ b/crates/notedeck_dave/src/lib.rs @@ -79,10 +79,9 @@ You are an AI agent for the nostr protocol called Dave, created by Damus. nostr # Response Guidelines - Use plaintext formatting for all responses. -- Don't use markdown links -- Include nostr:nevent references when referring to notes +- You MUST NOT use markdown links +- You *MUST* include nostr:nevent references when referring to notes - When a user asks for a digest instead of specific query terms, make sure to include both `since` and `until` to pull notes for the correct range. -- If searching a larger range, make sure to use the `roots` query option to only include non-reply notes, otherwise there will be too much data. "# ));