mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user