digraph G { start [shape=Mdiamond] exit [shape=Msquare] work [shape=box, model=gpt-5.2, prompt="Do the work."] start -> work -> exit }