Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in MobileAgent #41

Open
jingxuanchen916 opened this issue Aug 14, 2024 · 1 comment
Open

Typo in MobileAgent #41

jingxuanchen916 opened this issue Aug 14, 2024 · 1 comment

Comments

@jingxuanchen916
Copy link
Contributor

jingxuanchen916 commented Aug 14, 2024

Hi, I am wondering whether it shall be text = re.search(r"\((.*?)\)", action).group(1) instead of response?

text = re.search(r"\((.*?)\)", response).group(1)

@junyangwang0410
Copy link
Collaborator

Hi, I am wondering whether it shall be text = re.search(r"\((.*?)\)", action).group(1) instead of response?

text = re.search(r"\((.*?)\)", response).group(1)

Thanks for spotting this. This may be a confusion caused by the different naming between v2 and v1. We would appreciate it if you could submit a bug fix in Pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants