chore: Add back the request logging in RemoteA2aAgent given the logging was already fixed

PiperOrigin-RevId: 806551434
This commit is contained in:
Xiang (Sean) Zhou
2025-09-12 22:40:24 -07:00
committed by Copybara-Service
parent b53e6e3567
commit 6ab87da592
@@ -479,6 +479,8 @@ class RemoteA2aAgent(BaseAgent):
context_id=context_id,
)
logger.debug(build_a2a_request_log(a2a_request))
try:
async for a2a_response in self._a2a_client.send_message(
request=a2a_request