MCPcopy 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
30def get_prompt_content(prompt, param_dicts):
31 formatted_text = prompt.format(**param_dicts)
32 return formatted_text
33
34
35def save_obj(obj, name):

Callers 7

runMethod · 0.90
get_features_by_llmMethod · 0.90
get_question_typeMethod · 0.90
get_sql_by_llmMethod · 0.90
correct_sql_selfFunction · 0.90
correct_sql_by_caseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected