| { | |
| "schema": 1, | |
| "type": "completion", | |
| "description": "Create SQL query syntax basing on given schema and user question", | |
| "completion": { | |
| "max_tokens": 8000, | |
| "temperature": 0.0, | |
| "top_p": 0.0, | |
| "presence_penalty": 0.0, | |
| "frequency_penalty": 0.0 | |
| }, | |
| "input": { | |
| "parameters": [ | |
| { | |
| "name": "input", | |
| "description": "SQL database schema", | |
| "defaultValue": "" | |
| }, | |
| { | |
| "name": "original_request", | |
| "description": "The original request from the user.", | |
| "defaultValue": "" | |
| } | |
| ] | |
| } | |
| } |