fix: incompatible a2a sdk changes

a. camel case to snake case
b. A2ACardResolver moved to different module

PiperOrigin-RevId: 789807686
This commit is contained in:
Xiang (Sean) Zhou
2025-08-01 10:20:37 -07:00
committed by Copybara-Service
parent bead607364
commit faadef167e
5 changed files with 31 additions and 26 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ class TestBuildA2ARequestLog:
assert "Part 0:" in result
assert "Part 1:" in result
assert '"blocking": true' in result
assert '"historyLength": 10' in result
assert '"history_length": 10' in result
assert '"key1": "value1"' in result
def test_request_without_parts(self):