Skip to content

Commit 9862b7b

Browse files
google-genai-botcopybara-github
authored andcommitted
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
1 parent ab69ef8 commit 9862b7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/google/adk/agents/remote_a2a_agent.py

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

482-
logger.debug(build_a2a_request_log(a2a_request))
483-
484482
try:
485483
async for a2a_response in self._a2a_client.send_message(
486484
request=a2a_request

0 commit comments

Comments
 (0)