We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ce9bb commit e0bf8e1Copy full SHA for e0bf8e1
src/google/adk/cli/conformance/cli_record.py
@@ -51,6 +51,7 @@ async def _create_conformance_test_files(
51
state=test_case.test_spec.initial_state,
52
)
53
54
+
55
# Run the agent with the user messages
56
function_call_name_to_id_map = {}
57
for user_message_index, user_message in enumerate(
0 commit comments