Skip to content

Commit 6ab87da

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: Add back the request logging in RemoteA2aAgent given the logging was already fixed
PiperOrigin-RevId: 806551434
1 parent b53e6e3 commit 6ab87da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/google/adk/agents/remote_a2a_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ async def _run_async_impl(
479479
context_id=context_id,
480480
)
481481

482+
logger.debug(build_a2a_request_log(a2a_request))
483+
482484
try:
483485
async for a2a_response in self._a2a_client.send_message(
484486
request=a2a_request

0 commit comments

Comments
 (0)