Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/agents/remote_a2a_agent/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ coordinator:
#### Remote Server Definition (`remote_agent.py`)

```python
from google.adk.a2a import to_a2a
from google.adk.a2a.utils.agent_to_a2a import to_a2a
from google.adk.agents import LlmAgent

# Define the remote agent with mode="task" (automatically injects finish_task)
Expand Down
Loading