Files
more_dots/config/sql_prompts/example_table.json
T
2026-02-26 13:43:44 +08:00

11 lines
328 B
JSON

{
"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."
]
}