link actions to their screenshots - backend (#4404)

This commit is contained in:
Celal Zamanoglu
2026-01-07 02:12:22 +03:00
committed by GitHub
parent 2f6fd5262b
commit 058a9178aa
7 changed files with 79 additions and 12 deletions

View File

@@ -709,6 +709,7 @@ def hydrate_action(action_model: ActionModel, empty_element_id: bool = False) ->
"element_id": element_id,
"skyvern_element_hash": action_model.skyvern_element_hash,
"skyvern_element_data": action_model.skyvern_element_data,
"screenshot_artifact_id": action_model.screenshot_artifact_id,
"created_at": action_model.created_at,
"modified_at": action_model.modified_at,
}