Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
flowchart_template(code):
14
prompt = PromptTemplate(
15
input_variables=[
"code"
],
16
template=template,
17
)
18
19
return
prompt.format(code=code)
Callers
4
generate_output
Function · 0.90
run_agent
Function · 0.90
generate_output
Function · 0.90
async_generate_output
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected