10000 Merge branch 'main' into fix/typos · amitobe-code/adk-python@e637b4d · GitHub
[go: up one dir, main page]

Skip to content

Commit e637b4d

Browse files
authored
Merge branch 'main' into fix/typos
2 parents 9cbaaf3 + 924549e commit e637b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/cli/utils/evals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def convert_session_to_eval_format(session: Session) -> list[dict[str, Any]]:
6666
'tool_input': tool_input,
6767
})
6868
elif subsequent_part.text:
69-
# Also keep track of all the natural langauge responses that
69+
# Also keep track of all the natural language responses that
7070
# agent (or sub agents) generated.
7171
intermediate_agent_responses.append(
7272
{'author': event_author, 'text': subsequent_part.text}
@@ -75,7 +75,7 @@ def convert_session_to_eval_format(session: Session) -> list[dict[str, Any]]:
7575
# If we are here then either we are done reading all the events or we
7676
# encountered an event that had content authored by the end-user.
7777
# This, basically means an end of turn.
78-
# We assume that the last natural langauge intermediate response is the
78+
# We assume that the last natural language intermediate response is the
7979
# final response from the agent/model. We treat that as a reference.
8080
eval_case.append({
8181
'query': query,

0 commit comments

Comments
 (0)
0