Update verify_dictionary_term.json

This commit is contained in:
Haiping 2024-11-13 10:54:59 -06:00 committed by GitHub
parent d53efcfe93
commit deb01d45bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,13 +18,13 @@
},
"tables": {
"type": "array",
"description": "all related dictionary tables",
"description": "all related dictionary tables must be from related knowledge in the context",
"items": {
"type": "string",
"description": "table name"
"description": "table name from related knowledge in the context"
}
}
},
"required": [ "sql_statement", "reason", "tables" ]
}
}
}