add model to Task and TaskV2; expose it to run_task endpoint; thread … (#2540)
This commit is contained in:
@@ -229,6 +229,7 @@ class ForgeAgent:
|
||||
error_code_mapping=task_request.error_code_mapping,
|
||||
application=task_request.application,
|
||||
include_action_history_in_verification=task_request.include_action_history_in_verification,
|
||||
model=task_request.model,
|
||||
)
|
||||
LOG.info(
|
||||
"Created new task",
|
||||
|
||||
Reference in New Issue
Block a user