18 lines
430 B
JSON
18 lines
430 B
JSON
{
|
|
"name": "sql_select",
|
|
"description": "Execute the reporting related query in the database and get the result",
|
|
"parameters": {
|
|
"type": "object",
|
|
"properties": {
|
|
"sql_statement": {
|
|
"type": "string",
|
|
"description": "SQL statement with SELECT"
|
|
},
|
|
"reason": {
|
|
"type": "string",
|
|
"description": "reason"
|
|
}
|
|
},
|
|
"required": [ "sql_statement", "reason" ]
|
|
}
|
|
} |