q_a优化,提示词优化

This commit is contained in:
yujj128
2025-10-15 16:52:35 +08:00
parent 987db89d7d
commit 2b10826568
5 changed files with 108 additions and 16 deletions

View File

@@ -963,6 +963,35 @@ org_orgs_ddl = '''
"role": "dimension",
"tags": ["部门名称","部门简称","部门缩写"]
},
{
"name": "enable",
"type": "INT",
"comment": "启用状态",
"value":{
"1":"启用"
"2":"未启用"
},
"role": "dimension",
"tags": ["部门启用","部门状态","是否启用"]
},
{
"name": "level",
"type": "INT",
"comment": "部门或单位层级",
"role": "dimension",
"tags": ["部门层级","级别"]
},
{
"name": "dr",
"type": "INT",
"comment": "删除标志",
"value": {
"0": "正常",
"1": "删除"
},
"role": "dimension",
"tags": ["状态标识", "软删除", "枚举"]
}
],
"tags": ["部门id","部门信息","部门名称"]