[SKV-3992] Add OPENAI_COMPATIBLE for githubcopilot.com (#3993)

This commit is contained in:
Aaron Perez
2026-02-13 18:29:19 -05:00
committed by GitHub
parent 1263c09aab
commit 3d4192cc38
6 changed files with 121 additions and 56 deletions

View File

@@ -694,9 +694,6 @@ async def run_task_v2_helper(
return workflow, workflow_run, task_v2
LOG.info(f"Task v2 iteration i={i}", workflow_run_id=workflow_run_id, url=url)
task_type = ""
plan = ""
block: BlockTypeVar | None = None
task_history_record: dict[str, Any] = {}
context = skyvern_context.ensure_context()