We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095eff6 commit ff3c803Copy full SHA for ff3c803
core/src/main/java/com/google/adk/agents/ParallelAgent.java
@@ -39,7 +39,7 @@ public class ParallelAgent extends BaseAgent {
39
*
40
* @param name The agent's name.
41
* @param description The agent's description.
42
- * @param subAgents The list of sub-agents to run sequentially.
+ * @param subAgents The list of sub-agents to run in parallel.
43
* @param beforeAgentCallback Optional callback before the agent runs.
44
* @param afterAgentCallback Optional callback after the agent runs.
45
*/
0 commit comments