From 6e2e176cef62ccdd2f7e80c66577601962501008 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Fri, 6 Sep 2024 19:44:29 -0700 Subject: [PATCH] add organization_id to the 'Created new task' log (#779) --- skyvern/forge/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skyvern/forge/agent.py b/skyvern/forge/agent.py index e7362afd..04231b69 100644 --- a/skyvern/forge/agent.py +++ b/skyvern/forge/agent.py @@ -191,6 +191,7 @@ class ForgeAgent: task_id=task.task_id, url=task.url, proxy_location=task.proxy_location, + organization_id=organization_id, ) return task