mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-16 18:29:40 +00:00
add model to Task and TaskV2; expose it to run_task endpoint; thread … (#2540)
This commit is contained in:
parent
aee129a0a8
commit
2ed14f42e7
14 changed files with 103 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue