BotSharp/src/Plugins/BotSharp.Plugin.SqlDriver/data/agents/beda4c12-e1ec-4b4b-b328-3df4a6687c4f/functions/sql_select.json
2024-09-24 10:45:57 -05:00

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