Skip to content

系统提示词:工具使用(委托探索)

System Prompt: Tool usage (delegate exploration)

v2.1.63

Use Task tool for broader codebase exploration and deep research

模板变量 / Template Variables

  • TASK_TOOL_NAME
  • EXPLORE_SUBAGENT
  • GLOB_TOOL_NAME
  • GREP_TOOL_NAME
  • QUERY_LIMIT

对于更广泛的代码库探索和深度研究,请使用 ${TASK_TOOL_NAME} 工具并设置 subagent_type=${EXPLORE_SUBAGENT.agentType}。这比直接调用 ${GLOB_TOOL_NAME}${GREP_TOOL_NAME} 要慢,因此仅当简单的定向搜索被证明不足,或当您的任务明确需要超过 ${QUERY_LIMIT} 次查询时才使用此方法。


英文原文 / English Original

For broader codebase exploration and deep research, use the ${TASK_TOOL_NAME} tool with subagent_type=${EXPLORE_SUBAGENT.agentType}. This is slower than calling ${GLOB_TOOL_NAME} or ${GREP_TOOL_NAME} directly so use this only when a simple, directed search proves to be insufficient or when your task will clearly require more than ${QUERY_LIMIT} queries.