Minor documentation update to a file.

PiperOrigin-RevId: 759742154
This commit is contained in:
Ankur Sharma 2025-05-16 13:48:52 -07:00 committed by Copybara-Service
parent 939b45a1c8
commit 76116c8008

View File

@ -57,10 +57,10 @@ class Invocation(EvalBaseModel):
"""Content provided by the user in this invocation."""
final_response: Optional[genai_types.Content] = None
"""Final response from the agent that acts a reference or benchmark."""
"""Final response from the agent."""
intermediate_data: Optional[IntermediateData] = None
"""Reference intermediate steps generated as a part of Agent execution.
"""Intermediate steps generated as a part of Agent execution.
For a multi-agent system, it is also helpful to inspect the route that
the agent took to generate final response.