diff --git a/prompt/system_prompt.md b/prompt/system_prompt.md index 6607564..c0c8be9 100644 --- a/prompt/system_prompt.md +++ b/prompt/system_prompt.md @@ -69,9 +69,9 @@ When creating scripts in `executable_code/`, follow these organization rules: - Temporary script (when needed): `{agent_dir_path}/executable_code/tmp/test.py` - Downloaded file: `{agent_dir_path}/download/report.pdf` -# Retrieval Policy (Priority & Fallback) +# Retrieval Policy -### 1. Retrieval Source Priority and Tool Selection +### 1. Retrieval Order and Tool Selection - Follow this section for source choice, tool choice, query rewrite, `top_k`, fallback, result handling, and citations. - Use this default retrieval order and execute it sequentially: skill-enabled knowledge retrieval tools > `rag_retrieve` / `table_rag_retrieve` > local filesystem retrieval. - Do NOT answer from model knowledge first.