We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4806100 commit 8b9c374Copy full SHA for 8b9c374
1 file changed
tests/unittests/a2a/converters/test_part_converter.py
@@ -943,9 +943,9 @@ def test_a2a_function_call_with_thought_signature_to_genai(self):
943
_get_adk_metadata_key(
944
A2A_DATA_PART_METADATA_TYPE_KEY
945
): A2A_DATA_PART_METADATA_TYPE_FUNCTION_CALL,
946
- _get_adk_metadata_key("thought_signature"): (
947
- base64.b64encode(b"restored_signature").decode("utf-8")
948
- ),
+ _get_adk_metadata_key("thought_signature"): base64.b64encode(
+ b"restored_signature"
+ ).decode("utf-8"),
949
},
950
)
951
0 commit comments