From e4f005b6f61d4701fabc0264b926d47f3766436e Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Mon, 28 Oct 2024 13:37:32 -0700 Subject: [PATCH] include download in action history (#1078) --- skyvern/forge/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern/forge/agent.py b/skyvern/forge/agent.py index 7f5528ae..21b2cf6f 100644 --- a/skyvern/forge/agent.py +++ b/skyvern/forge/agent.py @@ -1219,7 +1219,7 @@ class ForgeAgent: { "action": action.model_dump( exclude_none=True, - include={"action_type", "element_id", "status", "reasoning", "option"}, + include={"action_type", "element_id", "status", "reasoning", "option", "download"}, ), "results": [ result.model_dump(