mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
use orignal action type (#1229)
This commit is contained in:
parent
3f209404f7
commit
7e5f5d6a41
3 changed files with 7 additions and 13 deletions
|
@ -3,10 +3,10 @@ from typing import Annotated, Any, Literal
|
|||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from skyvern.forge.sdk.db.enums import ActionType
|
||||
from skyvern.forge.sdk.schemas.tasks import ProxyLocation
|
||||
from skyvern.forge.sdk.workflow.models.block import BlockType, FileType
|
||||
from skyvern.forge.sdk.workflow.models.parameter import ParameterType, WorkflowParameterType
|
||||
from skyvern.webeye.actions.actions import ActionType
|
||||
|
||||
|
||||
class ParameterYAML(BaseModel, abc.ABC):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue