11 lines
328 B
JSON
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."
|
||
|
|
]
|
||
|
|
}
|