mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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:
committed by
Copybara-Service
parent
bead607364
commit
faadef167e
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user