Skip to content

Commit 898da3d

Browse files
committed
fix pyink test:
1 parent ae049ea commit 898da3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/evaluation/llm_as_judge_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_text_from_content(
5959
intermediate invocation events (e.g. natural language emitted before tool
6060
calls) is concatenated with the final response text.
6161
"""
62-
if isinstance(content, Invocation):
62+
if isinstance(content, Invocation):
6363
if not include_intermediate_responses_in_final:
6464
# Flag off: revert to basic plain-Content behavior.
6565
return get_text_from_content(content.final_response)

0 commit comments

Comments
 (0)