commit 4a0e2fa347bf120cafa5162eb8cd4621aa5eaf1c parent ae0a74d3830d633735f595db4361dfab9e1fc812 Author: William Casarin <jb55@jb55.com> Date: Wed, 16 Apr 2025 20:35:39 -0700 dave: tweak prompt Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | 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 @@ -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. "# ));