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 e9a6dca commit f4b6042Copy full SHA for f4b6042
1 file changed
docs/workflows/dynamic.md
@@ -310,9 +310,9 @@ async def parallel_supervisor(
310
311
Dynamic workflows in ADK can also include human input or human in the loop
312
(HITL) steps. You build human input into workflows by yielding a
313
-***RequestInput*** from a `@node` function, which pauses the workflow and waits
314
-for user input. The following code example shows how to build a human input node
315
-and include it in a workflow:
+***RequestInput*** from a node, which pauses the workflow and waits for user
+input. The following code example shows how to build a human input node and
+include it in a workflow:
316
317
```python
318
from typing import Any
0 commit comments