Is there a way to teach or use LAM using something like “masked variables”? So, I might not want to send my bank information to an LLM but I do want Rabbit R1 to be able to enter my bank account number into a text field when required. So it’s like a cookie jar for arbitrary key values.
As long as websites were allowing it, this would also enable me to just save my username and password to site.com in the cookie jar and even after site.com automatically invalidates my cookie, R1 will just login again with my username and password.
@discobot fortune
It is decidedly so
I have a different understanding of the cookie jar. The cookie jar stores cookies, cookies that contain details of the logged-in state. Cookies do not contain confidential data, like user names, passwords, account numbers, etc… This has also been emphasized numerous times by the rabbit team.
Also note that some websites include an expiration time/date in their cookies. That is beyond the control of rabbit. The website has control over their cookie policies.
It won’t be cookie jar - but … I wouldn’t be surprised to see something similar to what you are talking about become available