test_tool / tool_config.json
amyeroberts's picture
amyeroberts HF staff
Upload tool
dd2bd16
{
"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": "debug_25192_upload_a_tool.PostgreSQLTool"
}