vendor and update commentjson since it is abandoned (#2689)

This commit is contained in:
Asher Foa
2025-06-12 10:50:16 -04:00
committed by GitHub
parent 83a8cf424d
commit b0724d2781
4 changed files with 182 additions and 22 deletions

View File

@@ -4,12 +4,12 @@ import json
import re
from typing import Any
import commentjson
import json_repair
import litellm
import structlog
from skyvern.constants import MAX_IMAGE_MESSAGES
from skyvern.forge.sdk.api.llm import commentjson
from skyvern.forge.sdk.api.llm.exceptions import EmptyLLMResponseError, InvalidLLMResponseFormat
LOG = structlog.get_logger()