Skip to content

Commit ff3c803

Browse files
Poggeccicopybara-github
authored andcommitted
fix: JavaDoc mistake in ParallelAgent
PiperOrigin-RevId: 790800682
1 parent 095eff6 commit ff3c803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/google/adk/agents/ParallelAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ParallelAgent extends BaseAgent {
3939
*
4040
* @param name The agent's name.
4141
* @param description The agent's description.
42-
* @param subAgents The list of sub-agents to run sequentially.
42+
* @param subAgents The list of sub-agents to run in parallel.
4343
* @param beforeAgentCallback Optional callback before the agent runs.
4444
* @param afterAgentCallback Optional callback after the agent runs.
4545
*/

0 commit comments

Comments
 (0)