From ac9aeece2a59dad2fb0a879f786e42d5fd306940 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Mon, 24 Feb 2025 20:05:50 -0500 Subject: [PATCH] prompt improvements --- ra_aid/tools/memory.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ra_aid/tools/memory.py b/ra_aid/tools/memory.py index f851ab5..935b89e 100644 --- a/ra_aid/tools/memory.py +++ b/ra_aid/tools/memory.py @@ -203,6 +203,10 @@ def emit_key_snippet(snippet_info: SnippetInfo) -> str: This is for **existing**, or **just-written** files, not for things to be created in the future. + ONLY emit snippets if they will be relevant to UPCOMING work. + + Focus on external interfaces and things that are very specific and relevant to UPCOMING work. + Args: snippet_info: Dict with keys: - filepath: Path to the source file