h2oai/text-2-everything-py ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python SDK for a Text2Everything API so I can manage projects and turn plain English into SQL from code.
I want one easy client that handles login, retries, pagination, and clean shutdown with a context manager. It should let me create and update projects, add business context and schema info, save example question and SQL pairs, start chat sessions, and send a natural language query to get back SQL or an answer. It should also support database connectors, custom Python tools uploaded from files or a whole folder, and bulk delete for cleanup.
Please make it feel polished for developers, with helpful errors, typed models, and a simple quick start. Add example code, tests, and basic setup for environment variables so it is easy to try locally. If you need to check current docs online for any API details, go ahead and do that.
Are you gonna build this?
make sure you review the code using coderabbit