We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae049ea commit 898da3dCopy full SHA for 898da3d
1 file changed
src/google/adk/evaluation/llm_as_judge_utils.py
@@ -59,7 +59,7 @@ def get_text_from_content(
59
intermediate invocation events (e.g. natural language emitted before tool
60
calls) is concatenated with the final response text.
61
"""
62
- if isinstance(content, Invocation):
+ if isinstance(content, Invocation):
63
if not include_intermediate_responses_in_final:
64
# Flag off: revert to basic plain-Content behavior.
65
return get_text_from_content(content.final_response)
0 commit comments