You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Add back the request logging in RemoteA2aAgent given the logging was already fixed
PiperOrigin-RevId: 806551434
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user