DatabaseTools
Overview
#
# DatabaseTools
#
[DatabaseTools]
Provides tools to access the database "{{database_name}}".
Unless instructed otherwise, use it before the web search tools.
Instructions:
- Use only the tables defined in the Database Schema
- The generated SQL statement MUST be valid for "{{server_type}}".
- Define column aliases within single quotes
- Output only the SQL statement without any text before or after
- Enclose column names in []
```Database Schema
{{database-schema}}
```
[DatabaseTools.select]
Executes a SQL SELECT command on the database to retrieve the specified data.
[DatabaseTools.select.sql]
A well-formed SQL SELECT statement using the tables and columns defined in the Database Schema.Using DatabaseTools
Properties
Name
Description
Last updated
