Databases
This section is used to define databases that the AI can access. The AI should use these databases only for reading operations.
🏷️ General Information
| Field | Description |
|---|---|
| Name | The name assigned to the database. |
| Description | Explains when and how the AI should use this database. |
| Connection String | Must be in pyodbc format. It is recommended to use connection strings that have read-only access and limited database permissions. |
⚠️ Security Note
Access to sensitive data should be restricted within the database connection. The AI should only perform read or query operations — writing, deleting, or updating data is not supported.