anthropic CUA (#2231)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
@@ -87,6 +87,8 @@ async def run_task(
|
||||
run_type = RunType.task_v1
|
||||
if engine == RunEngine.openai_cua:
|
||||
run_type = RunType.openai_cua
|
||||
elif engine == RunEngine.anthropic_cua:
|
||||
run_type = RunType.anthropic_cua
|
||||
await app.DATABASE.create_task_run(
|
||||
task_run_type=run_type,
|
||||
organization_id=organization.organization_id,
|
||||
|
||||
Reference in New Issue
Block a user