phidatahq / phidata

Build AI Agents with memory, knowledge, tools and reasoning. Chat with them using a beautiful Agent UI.
https://docs.phidata.com
Mozilla Public License 2.0
15.58k stars 2.14k forks source link

fix: make `show_tables` function schema-agnostic #1393

Closed vishwajeetdabholkar closed 2 weeks ago

vishwajeetdabholkar commented 3 weeks ago

Updated the show_tables function to accept a table_schema parameter with a default value of "public". This allows show_table function in postgres tools file to be more dynamic.