Spaces:
Running
Running
| { | |
| "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" | |
| } | |