mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
Minor documentation update to a file.
PiperOrigin-RevId: 759742154
This commit is contained in:
parent
939b45a1c8
commit
76116c8008
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user