From 576d5678b1ff9f87f78f7f4b9febe6898c317c08 Mon Sep 17 00:00:00 2001 From: George Weale Date: Mon, 17 Aug 2026 14:08:29 -0700 Subject: [PATCH] chore(docs): add the missing trailing newline to the task mode guide Co-authored-by: George Weale PiperOrigin-RevId: 966172508 --- docs/guides/agents/remote_a2a_agent/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/agents/remote_a2a_agent/task.md b/docs/guides/agents/remote_a2a_agent/task.md index a3af1cb0..c8e06dea 100644 --- a/docs/guides/agents/remote_a2a_agent/task.md +++ b/docs/guides/agents/remote_a2a_agent/task.md @@ -203,4 +203,4 @@ behavior: - **Requires `finish_task`**: In `mode="task"`, the remote agent must emit `finish_task` to signal completion. - **No Direct Transfer**: Task agents cannot be targeted via - `transfer_to_agent`; they must be invoked as sub-agents/tools. \ No newline at end of file + `transfer_to_agent`; they must be invoked as sub-agents/tools.