fix task v2 data schema (#1967)

This commit is contained in:
Shuchang Zheng
2025-03-18 15:36:42 -07:00
committed by GitHub
parent 0b8e688d7b
commit be8f3eb8ec
4 changed files with 14 additions and 1 deletions

View File

@@ -1133,6 +1133,8 @@ async def run_task_v2(
proxy_location=data.proxy_location,
publish_workflow=data.publish_workflow,
create_task_run=True,
extracted_information_schema=data.extracted_information_schema,
error_code_mapping=data.error_code_mapping,
)
except LLMProviderError:
LOG.error("LLM failure to initialize task v2", exc_info=True)