Skip to content

Commit f4b6042

Browse files
Fix RequestInput prose to not imply @node is required (#1692)
Co-authored-by: Joe Fernandez <joefernandez@users.noreply.github.com>
1 parent e9a6dca commit f4b6042

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/workflows/dynamic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ async def parallel_supervisor(
310310

311311
Dynamic workflows in ADK can also include human input or human in the loop
312312
(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:
313+
***RequestInput*** from a node, which pauses the workflow and waits for user
314+
input. The following code example shows how to build a human input node and
315+
include it in a workflow:
316316

317317
```python
318318
from typing import Any

0 commit comments

Comments
 (0)