Does anyone use anything like prismphp to convert natural language into a SQL query and return the query results as natural language?
In the likes of prismphp, I still can't wrap my head around whether I should give my agent my schema context and let it work out the SQL, or provide it tools that do all the different possible things I think it could/should do.
Is there any risk/problems with supplying it will lots of small tools? How do others approach this?