Skip to content

Commit 73722b5

Browse files
authored
docs(agents): fix small wording issue on parallel agents (#221)
1 parent fc537e3 commit 73722b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agents/workflow-agents/parallel-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `ParallelAgent` is a [workflow agent](index.md) that executes its sub-agents
66

77
Use `ParallelAgent` when: For scenarios prioritizing speed and involving independent, resource-intensive tasks, a `ParallelAgent` facilitates efficient parallel execution. **When sub-agents operate without dependencies, their tasks can be performed concurrently**, significantly reducing overall processing time.
88

9-
As with other [workflow agents](index.md), the `ParallelAgent` is not powered by an LLM, and is thus deterministic in how it executes. That being said, workflow agents are only concerned only with their execution (i.e. in parallel), and not their internal logic; the tools or sub-agents of a workflow agent may or may not utilize LLMs.
9+
As with other [workflow agents](index.md), the `ParallelAgent` is not powered by an LLM, and is thus deterministic in how it executes. That being said, workflow agents are only concerned with their execution (i.e. executing sub-agents in parallel), and not their internal logic; the tools or sub-agents of a workflow agent may or may not utilize LLMs.
1010

1111
### Example
1212

0 commit comments

Comments
 (0)