8000 Fix:reponse -> response · jolks/adk-python@3f30e08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f30e08

Browse files
committed
Fix:reponse -> response
1 parent 9002ace commit 3f30e08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/google/adk/cli/browser/main-SLIAU2JL.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/adk/evaluation/response_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def evaluate(
4242
4343
A note on evaluation_criteria:
4444
`response_match_score`: This metric compares the agents final natural
45-
language reponse with the expected final response, stored in the
45+
language response with the expected final response, stored in the
4646
"reference" field in test/eval files. We use Rouge metric to compare the
4747
two responses.
4848

src/google/adk/flows/llm_flows/contents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def _merge_function_response_events(
310310
function_response_events: A list of function_response events.
311311
NOTE: function_response_events must fulfill these requirements: 1. The
312312
list is in increasing order of timestamp; 2. the first event is the
313-
initial function_reponse event; 3. all later events should contain at
313+
initial function_response event; 3. all later events should contain at
314314
least one function_response part that related to the function_call
315315
event. (Note, 3. may not be true when aync function return some
316316
intermediate response, there could also be some intermediate model

src/google/adk/tests/unittests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def create(
231231
if not responses:
232232
return cls(responses=[])
233233
elif isinstance(responses[0], LlmResponse):
234-
# reponses is list[LlmResponse]
234+
# responses is list[LlmResponse]
235235
return cls(responses=responses)
236236
else:
237237
responses = [

0 commit comments

Comments
 (0)
0