Update server.py
Browse files
server.py
CHANGED
|
@@ -28,13 +28,10 @@ async def home(request: Request) -> PlainTextResponse:
|
|
| 28 |
return PlainTextResponse(
|
| 29 |
"""
|
| 30 |
Credit Card Database Server
|
| 31 |
-
|
| 32 |
This server gives you access to the following tools:
|
| 33 |
-
|
| 34 |
1. sql_db_list_tables: This tool can be used to list the tables in the database.
|
| 35 |
-
---
|
| 36 |
2. sql_db_schema: This tool can be used to get the schema of a table.
|
| 37 |
-
---
|
| 38 |
3. sql_db_query_checker: This tool can be used to check if a query is valid.
|
| 39 |
4. sql_db_query: This tool can be used to execute a query.
|
| 40 |
"""
|
|
|
|
| 28 |
return PlainTextResponse(
|
| 29 |
"""
|
| 30 |
Credit Card Database Server
|
| 31 |
+
----
|
| 32 |
This server gives you access to the following tools:
|
|
|
|
| 33 |
1. sql_db_list_tables: This tool can be used to list the tables in the database.
|
|
|
|
| 34 |
2. sql_db_schema: This tool can be used to get the schema of a table.
|
|
|
|
| 35 |
3. sql_db_query_checker: This tool can be used to check if a query is valid.
|
| 36 |
4. sql_db_query: This tool can be used to execute a query.
|
| 37 |
"""
|