Agent Step failing at handle_potential_verification_code #1945
Unanswered
TastyMoocow
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use Ollama as the LLM provider so I can use models locally. I believe I got it working as the Ollama service logs is showing the model I specified being used. However, I keep getting the following error when trying to run a simple task.
My workflow looks like this:
title "Search First Nation" description "" proxy_location "RESIDENTIAL" webhook_callback_url "" totp_verification_url null persist_browser_session false workflow_definition parameters [] blocks 0 label "block_1" continue_on_failure false block_type "navigation" url "https://fnp-ppn.aadnc-aandc.gc.ca/fnp/Main/Search/SearchFN.aspx?lang=eng" title "block_1" navigation_goal 'Navigate to page with input id "plcMain_txtName". If input id is not found then Terminate. Else go to next step.' error_code_mapping null max_retries 0 max_steps_per_run null complete_on_download false download_suffix null parameter_keys [] totp_identifier null totp_verification_url null cache_actions false complete_criterion "" terminate_criterion "" 1 label "block_2" continue_on_failure false block_type "task_v2" prompt 'Input "Cayoose Creek Band" into Name. Select "British Columbia" from Province drop down box. Finally click on Search button.' url "" max_steps 25 totp_identifier null totp_verification_url null is_saved_task false
I'm not sure if I missed a step during setup or something related to calling a LLM provider locally.
Beta Was this translation helpful? Give feedback.
All reactions