Replies: 1 comment
-
If you're using Act/Extract/Observe, you control the workflow and can wait at any time for the user to input credentials. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Based on the documentation I can't figure out if this already exists or not. The idea is to wait until user input and a response is returned. For instance, the app goes to a page, clicks login button, a 3rd party login modal appears. Here, it waits for the user to input their credentials. Once login is successful, the page is redirected and the process continues. The benefit here is that the credential is entered by a human so no credentials is passed along to an AI model.
Beta Was this translation helpful? Give feedback.
All reactions