8000 Minor documentation update to a file. · iamulya/adk-python@76116c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76116c8

Browse files
ankursharmascopybara-github
authored andcommitted
Minor documentation update to a file.
PiperOrigin-RevId: 759742154
1 parent 939b45a commit 76116c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/evaluation/eval_case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ class Invocation(EvalBaseModel):
5757
"""Content provided by the user in this invocation."""
5858

5959
final_response: Optional[genai_types.Content] = None
60-
"""Final response from the agent that acts a reference or benchmark."""
60+
"""Final response from the agent."""
6161

6262
intermediate_data: Optional[IntermediateData] = None
63-
"""Reference intermediate steps generated as a part of Agent execution.
63+
"""Intermediate steps generated as a part of Agent execution.
6464
6565
For a multi-agent system, it is also helpful to inspect the route that
6666
the agent took to generate final response.

0 commit comments

Comments
 (0)
0