MCPcopy Create free account
hub / github.com/IyadhKhalfallah/Code2Flowchart / flowchart_template

Function flowchart_template

code2flowchart/templates/prompt.py:13–19  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

11
12
13def flowchart_template(code):
14 prompt = PromptTemplate(
15 input_variables=["code"],
16 template=template,
17 )
18
19 return prompt.format(code=code)

Callers 4

generate_outputFunction · 0.90
run_agentFunction · 0.90
generate_outputFunction · 0.90
async_generate_outputFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected