File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def convert_session_to_eval_format(session: Session) -> list[dict[str, Any]]:
66
66
'tool_input' : tool_input ,
67
67
})
68
68
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
70
70
# agent (or sub agents) generated.
71
71
intermediate_agent_responses .append (
72
72
{'author' : event_author , 'text' : subsequent_part .text }
@@ -75,7 +75,7 @@ def convert_session_to_eval_format(session: Session) -> list[dict[str, Any]]:
75
75
# If we are here then either we are done reading all the events or we
76
76
# encountered an event that had content authored by the end-user.
77
77
# 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
79
79
# final response from the agent/model. We treat that as a reference.
80
80
eval_case .append ({
81
81
'query' : query ,
You can’t perform that action at this time.
0 commit comments