generateSql
Convert natural language questions into SELECT SQL queries. Specify database ID and question; optionally add context or choose a model.
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 |