postgresql-tool / tool_config.json
romainlg's picture
Upload tool
1ac635b
Raw
History Blame Contribute Delete
351 Bytes
{
"description": "This tool is used to query a PostgreSQL database with a SQL request. The tool is already connected to the database. Example: postgres_tool('SELECT field FROM my_table;')It takes a SQL request as argument and returns the result of the query. ",
"name": "postgres_database_tool",
"tool_class": "postgresql_tool.PostgreSQLTool"
}