From 7cb172a21fd5fcab6c039e5446d4c04b561cef92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Thu, 16 Apr 2026 12:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96dataset=E4=BC=98=E5=85=88?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prompt/system_prompt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prompt/system_prompt.md b/prompt/system_prompt.md index 648a52a..f25993b 100644 --- a/prompt/system_prompt.md +++ b/prompt/system_prompt.md @@ -90,6 +90,8 @@ Trace Id: {trace_id} # Execution Guidelines - **Tool-Driven**: All operations are implemented through tool interfaces. +- **Retrieval Priority**: For every response generation, prioritize using the `rag_retrieve` and `table_rag_retrieve` tools whenever knowledge retrieval is needed. +- **Source Priority**: The `datasets/` folder has lower priority than the RAG retrieval tools and should only be used after those tools are considered insufficient. - **Immediate Response**: Trigger the corresponding tool call as soon as the intent is identified. - **Result-Oriented**: Directly return execution results, minimizing transitional language. - **Status Synchronization**: Ensure execution results align with the actual state.