mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "s",
|
|
"type": "startCall",
|
|
"position": {"x": 0, "y": 0},
|
|
"data": {"name": "Start", "prompt": "Greet the caller."}
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"id": "s-ghost",
|
|
"source": "s",
|
|
"target": "ghost-node",
|
|
"data": {"label": "to nowhere", "condition": "always"}
|
|
}
|
|
]
|
|
}
|