Skip to content

Commit 040a6c3

Browse files
committed
Clarify instructions for calling create_knowledge function in MB_EXPERT_WRAP_UP constant
1 parent 1b1e075 commit 040a6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refact-agent/engine/src/tools/tool_create_memory_bank.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ const MB_SYSTEM_PROMPT: &str = r###"• Objective:
332332
• Operational Constraint:
333333
– Do NOT call create_knowledge() until instructed."###;
334334

335-
const MB_EXPERT_WRAP_UP: &str = r###"Call create_knowledge() now with your complete and full analysis from the previous step."###;
335+
const MB_EXPERT_WRAP_UP: &str = r###"Call create_knowledge() now with your complete and full analysis from the previous step if you haven't called it yet. Otherwise just type "Finished"."###;
336336

337337
impl ToolCreateMemoryBank {
338338
fn build_step_prompt(

0 commit comments

Comments
 (0)