This commit is contained in:
2026-02-26 18:06:17 +08:00
parent 68200cdfe6
commit ad0082d811
33 changed files with 356 additions and 249 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"table": "example_table",
"description": "示例表模型提示词",
"system_prompt": "You are an expert SQL generator.",
"business_prompt": "Generate SQL for example_table based on the user's intent.",
"constraints": [
"Use only fields defined in this table.",
"Return only SQL without explanations."
]
}