You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? [listTableTool,readDataTool,describeTableTool]// todo: add searchDataTool to the list of tools available in readonly mode once implemented
93
-
: [insertDataTool,readDataTool,describeTableTool,updateDataTool,createTableTool,createIndexTool,dropTableTool,listTableTool],// add all new tools here
94
+
? [listTableTool,readDataTool,describeTableTool,getTableStatsTool]// todo: add searchDataTool to the list of tools available in readonly mode once implemented
95
+
: [insertDataTool,readDataTool,describeTableTool,updateDataTool,createTableTool,createIndexTool,dropTableTool,listTableTool,getTableStatsTool],// add all new tools here
0 commit comments