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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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()