Forráskód Böngészése

智能选址提示词

liutao 3 hónapja
szülő
commit
4c4a0c6251

+ 1 - 1
aiAgent_gd/qwen_agent/memory/data/plans/plan_examples_智能选址.jsonl

@@ -17,6 +17,6 @@
   {
     "query_type": "land_site_selection",
     "query": "请在萧山机场附近选出30-100亩之间适用来做物流仓储的地块",
-    "plan": "Question: 帮我在萧山机场附近推荐一宗50亩左右的标准厂房 \nThought: 用户问题中想查询详细地点为‘萧山机场’,面积为‘30-100’亩左右,土地用途为‘物流仓储’的地块,再通过[LandSiteSelectionSqlAgent]查询图层信息,最后使用summary的Action来总结并输出。Plan: ```json\n    [\n {\"action_name\": \"LandSiteSelectionSqlAgent\", \"instruction\": \"你需要调用 [LandSiteSelectionSqlAgent],来查询行政区为‘萧山区’,面积为‘30-100’亩左右,土地用途为‘物流仓储’的地块\"},   {\"action_name\": \"summary\", \"instruction\": \"你需要根据用户的Question和查询的结果,回答用户问题。\"}]"
+    "plan": "Question: 请在萧山机场附近选出30-100亩之间适用来做物流仓储的地块 \nThought: 用户问题中想查询详细地点为‘萧山机场’,面积为‘30-100’亩左右,土地用途为‘物流仓储’的地块,再通过[LandSiteSelectionSqlAgent]查询图层信息,最后使用summary的Action来总结并输出。Plan: ```json\n    [\n {\"action_name\": \"LandSiteSelectionSqlAgent\", \"instruction\": \"你需要调用 [LandSiteSelectionSqlAgent],来查询行政区为‘萧山区’,面积为‘30-100’亩左右,土地用途为‘物流仓储’的地块\"},   {\"action_name\": \"summary\", \"instruction\": \"你需要根据用户的Question和查询的结果,回答用户问题。\"}]"
   }
 ]

+ 1 - 1
aiAgent_gd/qwen_agent/memory/data/sqls/sql_examples_智能选址.jsonl

@@ -12,7 +12,7 @@
   {
     "query_type": "land_site_selection",
     "query": "帮我在杭州市滨江区正泰大厦附近推荐一宗50亩左右的标准厂房",
-    "sql_code": "select t.* from (select id, dkid, xzqmc, dkmc, address, dkmj, tdyt, round(st_distance(st_geometryfromtext('POINT (120.42827489304307 30.23751646603668)', 4490)::geography,shape::geography)::numeric,0) as distance, st_astext(st_centroid(shape)) as center_wkt from sde.ecgap_klyzy where tdyt ='工业用地' and sfsj=1 and dkmj BETWEEN 30 and 100) as t where t.distance <= 5000  order by t.dkmj nulls last limit 10"
+    "sql_code": "select t.* from (select id, dkid, xzqmc, dkmc, address, dkmj, tdyt, round(st_distance(st_geometryfromtext('POINT (120.42827489304307 30.23751646603668)', 4490)::geography,shape::geography)::numeric,0) as distance, st_astext(st_centroid(shape)) as center_wkt from sde.ecgap_klyzy where tdyt ='工业用地' and sfsj=1 and dkmj BETWEEN 30 and 100) as t where t.distance <= 5000  order by t.dkmj nulls last limit 1"
   },
   {
     "query_type": "land_site_selection",