fabro/test/model_stylesheet_unbound.fabro
2026-08-25 18:14:25 -04:00

12 lines
254 B
Text

digraph ModelStylesheetUnbound {
graph [
model_stylesheet="
* { reasoning_effort: {{ inputs.effort }}; }
"
]
start [shape=Mdiamond]
work [prompt="Do work"]
exit [shape=Msquare]
start -> work -> exit
}