Skyvern Evaluation New Endpoint - general /runs (#2374)

This commit is contained in:
Shuchang Zheng
2025-05-17 10:33:43 -07:00
committed by GitHub
parent 6e27dbb8e0
commit 339c894340
32 changed files with 288 additions and 485 deletions

View File

@@ -159,7 +159,6 @@ from .types import (
TextPromptBlockParametersItem_Credential,
TextPromptBlockParametersItem_Output,
TextPromptBlockParametersItem_Workflow,
TotpCode,
UploadToS3Block,
UrlBlock,
UrlBlockDataSchema,
@@ -234,7 +233,7 @@ from .types import (
WorkflowRunResponseOutput,
WorkflowStatus,
)
from .errors import BadRequestError, ForbiddenError, NotFoundError, UnprocessableEntityError
from .errors import BadRequestError, NotFoundError, UnauthorizedError, UnprocessableEntityError
from . import agent, browser_session, credentials
from .agent import (
AgentGetRunResponse,
@@ -359,7 +358,6 @@ __all__ = [
"ForLoopBlockLoopOver_Credential",
"ForLoopBlockLoopOver_Output",
"ForLoopBlockLoopOver_Workflow",
"ForbiddenError",
"HttpValidationError",
"LoginBlock",
"LoginBlockDataSchema",
@@ -421,7 +419,7 @@ __all__ = [
"TextPromptBlockParametersItem_Credential",
"TextPromptBlockParametersItem_Output",
"TextPromptBlockParametersItem_Workflow",
"TotpCode",
"UnauthorizedError",
"UnprocessableEntityError",
"UploadToS3Block",
"UrlBlock",