chore: Fixes type hints in google_api_tool_set.py.

PiperOrigin-RevId: 749844560
This commit is contained in:
Wei Sun
2025-04-21 10:41:57 -07:00
committed by Copybara-Service
parent 5ab43e804a
commit 1e752b1378
2 changed files with 12 additions and 12 deletions

View File

@@ -112,9 +112,6 @@ adk eval \
samples_for_testing/hello_world/hello_world_eval_set_001.evalset.json
```
## 🤖 A2A and ADK integration
For remote agent-to-agent communication, ADK integrates with the [A2A protocol](https://github.com/google/A2A/). See this [example](https://github.com/google/A2A/tree/main/samples/python/agents/google_adk) for how they can work together.
## 🤝 Contributing