8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939b45a commit 76116c8Copy full SHA for 76116c8
src/google/adk/evaluation/eval_case.py
@@ -57,10 +57,10 @@ class Invocation(EvalBaseModel):
57
"""Content provided by the user in this invocation."""
58
59
final_response: Optional[genai_types.Content] = None
60
- """Final response from the agent that acts a reference or benchmark."""
+ """Final response from the agent."""
61
62
intermediate_data: Optional[IntermediateData] = None
63
- """Reference intermediate steps generated as a part of Agent execution.
+ """Intermediate steps generated as a part of Agent execution.
64
65
For a multi-agent system, it is also helpful to inspect the route that
66
the agent took to generate final response.
0 commit comments