add model to Task and TaskV2; expose it to run_task endpoint; thread … (#2540)

This commit is contained in:
Shuchang Zheng 2025-05-30 20:07:12 -07:00 committed by GitHub
parent aee129a0a8
commit 2ed14f42e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 103 additions and 5 deletions

View file

@ -91,6 +91,7 @@ def convert_to_task(task_obj: TaskModel, debug_enabled: bool = False, workflow_p
error_code_mapping=task_obj.error_code_mapping,
errors=task_obj.errors,
application=task_obj.application,
model=task_obj.model,
)
return task