mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
feat(conformance): Replaces invocation_id with user_message_index in the Recording
`invocation_id` is per-request, so we just need user_message_index to help locate where to start replay. PiperOrigin-RevId: 807300016
This commit is contained in:
committed by
Copybara-Service
parent
6158075a65
commit
402f3626b3
@@ -81,8 +81,8 @@ class Recording(BaseModel):
|
||||
extra="forbid",
|
||||
)
|
||||
|
||||
invocation_id: str
|
||||
"""Unique invocation identifier."""
|
||||
user_message_index: int
|
||||
"""Index of the user message this recording belongs to (0-based)."""
|
||||
|
||||
agent_name: str
|
||||
"""Name of the agent."""
|
||||
|
||||
Reference in New Issue
Block a user