support totp verification url and totp identifier in run_task (#2175)
This commit is contained in:
@@ -297,6 +297,8 @@ class SkyvernAgent:
|
||||
extracted_information_schema=data_extraction_schema,
|
||||
error_code_mapping=error_code_mapping,
|
||||
proxy_location=proxy_location,
|
||||
totp_identifier=totp_identifier,
|
||||
totp_verification_url=totp_url,
|
||||
)
|
||||
|
||||
created_task = await app.agent.create_task(task_request, organization.organization_id)
|
||||
|
||||
Reference in New Issue
Block a user