migrate ProxyLocation to skyvern.schemas.runs (#2011)

This commit is contained in:
Shuchang Zheng
2025-03-24 15:15:21 -07:00
committed by GitHub
parent ee8e1a2d44
commit 19c7c56af7
15 changed files with 100 additions and 93 deletions

View File

@@ -11,8 +11,8 @@ from evaluation.core import Evaluator, SkyvernClient
from evaluation.core.utils import load_webvoyager_case_from_json
from skyvern.forge import app
from skyvern.forge.prompts import prompt_engine
from skyvern.forge.sdk.schemas.tasks import ProxyLocation
from skyvern.forge.sdk.workflow.models.workflow import WorkflowRequestBody
from skyvern.schemas.runs import ProxyLocation
load_dotenv()