Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ get_prompt_content
Function
get_prompt_content
common/common.py:30–32 ·
view source on GitHub ↗
(prompt, param_dicts)
Source
from the content-addressed store, hash-verified
28
29
30
def
get_prompt_content(prompt, param_dicts):
31
formatted_text = prompt.format(**param_dicts)
32
return
formatted_text
33
34
35
def
save_obj(obj, name):
Callers
7
run
Method · 0.90
get_features_by_llm
Method · 0.90
get_question_type
Method · 0.90
get_sql_by_llm
Method · 0.90
correct_sql_self
Function · 0.90
correct_sql_by_case
Function · 0.90
get_characters_from_sql_for_complex
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected