Skip to content

Commit 7f28b00

Browse files
docs(loop-agent): remove redundant wording in usage example (#397)
Co-authored-by: Joe Fernandez <[email protected]>
1 parent c7bb5f1 commit 7f28b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agents/workflow-agents/loop-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The `LoopAgent` is a workflow agent that executes its sub-agents in a loop (i.e. iteratively). It **_repeatedly runs_ a sequence of agents** for a specified number of iterations or until a termination condition is met.
66

7-
Use the `LoopAgent` when your workflow involves repetition or iterative refinement, such as like revising code.
7+
Use the `LoopAgent` when your workflow involves repetition or iterative refinement, such as revising code.
88

99
### Example
1010

0 commit comments

Comments
 (0)