Skip to content

Commit 5c466c0

Browse files
committed
fix(ci): spell out human-in-the-loop in docs
1 parent 8b8121b commit 5c466c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/a2a/server/agent_execution/active_task.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,8 @@ async def refresh_task_if_idle(
432432
) -> None:
433433
"""Drops an idle task snapshot before a new request boundary.
434434
435-
An ``ActiveTask`` remains registered while a task waits for HITL input,
435+
An ``ActiveTask`` remains registered while a task waits for
436+
human-in-the-loop input,
436437
so another process may persist a newer task snapshot in the meantime.
437438
Refreshing only while the producer/consumer reference is idle avoids
438439
replacing the task object during an active streaming request, where

0 commit comments

Comments
 (0)