init
This commit is contained in:
@@ -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."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user