You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
feat:Add tool_responses to IntermediateData
PiperOrigin-RevId: 800600571
This commit is contained in:
committed by
Copybara-Service
parent
8e43f0dd83
commit
f4a8df0ba2
@@ -37,6 +37,9 @@ class IntermediateData(EvalBaseModel):
|
||||
tool_uses: list[genai_types.FunctionCall] = []
|
||||
"""Tool use trajectory in chronological order."""
|
||||
|
||||
tool_responses: list[genai_types.FunctionResponse] = []
|
||||
"""Tool response trajectory in chronological order."""
|
||||
|
||||
intermediate_responses: list[tuple[str, list[genai_types.Part]]] = []
|
||||
"""Intermediate responses generated by sub-agents to convey progress or status
|
||||
in a multi-agent system, distinct from the final response.
|
||||
|
||||
Reference in New Issue
Block a user