提示词适配

master
daixiaoyi 1 month ago
parent 5677140172
commit c72724f00b

@ -213,11 +213,9 @@ public class PromptCache {
1. `Cypher `
2. 使 `WHERE`
3. ****
4. Cypher
4. json
5. relationTypesourceType targetType
```
```
"无法根据数据库结构生成查询"
---
@ -225,22 +223,22 @@ public class PromptCache {
1. - ****
- ** Cypher **
\\{
"\\{
"cypherQueries": [
"MATCH (c:Company)-[r:HAS_LEGAL_REP]->(t) RETURN c, r, t",
"MATCH (c:Company)-[r:HAS_PHONE]->(t) RETURN c, r, t",
.....
]
\\}
\\}"
2. - ****
- ** Cypher **
\\{
"\\{
"cypherQueries": [
"MATCH (c:Company)-[r:IssueDocument]->(t:FinancialBill) RETURN c, r, t",
.....
]
\\}
\\}"
{query}

Loading…
Cancel
Save