task v2 refactor part 2: observer schema py -> task_v2 schema py (#1814)

This commit is contained in:
Shuchang Zheng
2025-02-22 03:21:19 -08:00
committed by GitHub
parent 626a8c71de
commit 713005f403
18 changed files with 19 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ from typing import Any
from pydantic import BaseModel
from skyvern.forge.sdk.schemas.observers import ObserverThought
from skyvern.forge.sdk.schemas.task_v2 import ObserverThought
from skyvern.forge.sdk.workflow.models.block import BlockType
from skyvern.webeye.actions.actions import Action