#182 DSL Test 7: While Loop Workflow

closed high Created 2025-11-29 22:01 · Updated 2025-11-29 22:28

Description

Edit
PROMPT: Create a workflow that initializes a counter at 0, then loops while counter < 3, incrementing the counter each iteration and echoing its value. EXPECTED: tools.simple_counter.init_counter, builder.while_loop with condition, tools.simple_counter.increment_counter in body, proper result_key usage. VALIDATION: Loop executes 3 times, counter reaches 3.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...