fix: Remove the logging method in remote a2a agent lib which is expecting a wrong type

The a2a_request is in type Message where the function expecting SendMessageRequest type

PiperOrigin-RevId: 806001430
This commit is contained in:
Google Team Member
2025-09-11 15:09:00 -07:00
committed by Copybara-Service
parent ab69ef8de8
commit 9862b7b1e2
@@ -479,8 +479,6 @@ 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