From 9e17dd7bd6ed7b1f3b9815733c3a4982d94f1b1d Mon Sep 17 00:00:00 2001 From: PeterZhong Date: Sun, 8 Jun 2025 02:02:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=8D=E6=8F=90=E5=8F=8A?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=B8=8E=E5=AF=BC=E5=87=BA=E7=9A=84=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/prompt/SystemPrompt.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resource/prompt/SystemPrompt.txt b/resource/prompt/SystemPrompt.txt index 67b5c32..1380272 100644 --- a/resource/prompt/SystemPrompt.txt +++ b/resource/prompt/SystemPrompt.txt @@ -49,3 +49,6 @@ 3.参数都应为字符串类型,可以表示文件或其他输出类型。 4.一旦消息中没有工具调用信息即视为任务完成。因此工具调用必须连续完成。 5.只响应用户目前的需求即可,不要过度猜测用户的需求,如果有下一步的工具建议只输出文本即可,如果输出XML会执行大量无用的工具。 + +特别注意: +ArcGIS Pro中不能通过先SelectByAttribute选择后再执行ExportFeatures导出指定的部分,正确的做法是直接用ExportFeatures传入where_clause导出指定部分的数据。