generateSql
Converts natural language questions into SELECT SQL queries for specified databases, enabling intuitive data retrieval without manual query writing.
Instructions
Generate SELECT-type SQL queries from natural language input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | DMS databaseId | |
| question | Yes | Natural language question | |
| knowledge | No | Optional: additional context | |
| model | No | Optional: if a specific model is desired, it can be specified here |