fix evaluation script (#1819)

This commit is contained in:
LawyZheng
2025-02-24 13:17:28 +08:00
committed by GitHub
parent ffbc95e1b4
commit 148693aa25
4 changed files with 12 additions and 0 deletions

View File

@@ -3,10 +3,13 @@ import json
from typing import Any
import typer
from dotenv import load_dotenv
from evaluation.core import SkyvernClient
from skyvern.forge.sdk.workflow.models.workflow import WorkflowRunStatus
load_dotenv()
csv_headers = [
"id",
"status",