File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -245,19 +245,19 @@ func getExecuteSqlToolsConfig() map[string]any {
245245 },
246246 "tools" : map [string ]any {
247247 "execute-sql-many" : map [string ]any {
248- "type" : executeSqlManyToolType ,
249- "source" : "my-cloud-sql-source" ,
248+ "type" : executeSqlManyToolType ,
249+ "source" : "my-cloud-sql-source" ,
250250 "description" : "Use this tool to execute sql statement on a specific instance." ,
251251 },
252252 "sql-many" : map [string ]any {
253- "type" : sqlManyToolType ,
254- "source" : "my-cloud-sql-source" ,
253+ "type" : sqlManyToolType ,
254+ "source" : "my-cloud-sql-source" ,
255255 "description" : "Use this tool to get user details from a specific instance." ,
256- "statement" : "SELECT * FROM users WHERE id = {{.user_id}}" ,
256+ "statement" : "SELECT * FROM users WHERE id = {{.user_id}}" ,
257257 "templateParameters" : []map [string ]any {
258258 {
259- "name" : "user_id" ,
260- "type" : "string" ,
259+ "name" : "user_id" ,
260+ "type" : "string" ,
261261 "description" : "The ID of the user." ,
262262 },
263263 },
You can’t perform that action at this time.
0 commit comments