Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caesarHQ/textSQL
/ get_message_with_descriptions
Function
get_message_with_descriptions
byod/api/app/sql_explanation/utils.py:4–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
get_message_with_descriptions():
5
message = (
6
"Provide a concise explanation for the following SQL query: ```{sql}```"
7
)
8
return
message
9
10
11
def
get_default_messages():
Callers
1
get_sql_explanation
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected