MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / get_prompt

Function get_prompt

common/common.py:22–27  ·  view source on GitHub ↗
(inputs, template)

Source from the content-addressed store, hash-verified

20
21
22def get_prompt(inputs, template):
23 prompt = PromptTemplate(
24 input_variables=inputs,
25 template=template
26 )
27 return prompt
28
29
30def get_prompt_content(prompt, param_dicts):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected