-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add Assertion Class Action #29
Comments
Yes, this model is not capable of judgment actions, all outputs are executions. I am not quite sure what kind of operation you mean by "page state judgment"? |
意思是不是用来断言页面的状态, 比如当前处于什么页面 是不是跳转到了正确的页面 或者页面里是不是有哪些元素 这些元素是不是在正确的位置上 等等。。。 |
Yes. According to the actual scenario, task: enter the account password and log in, I hope to actively let the model check, for example, the page should appear "login success", the page should jump to the login success page, the model judges and returns bool type results, and the code throws an exception of assertion failure at the appropriate time. |
Oh, the issue you mentioned indeed was not perfectly resolved when we released this version of the model. Although as the documentation states, you can use the continuation feature, it does not solve the problem well. We will continue to optimize this issue in future model updates. |
Thank you for your advice, we are currently working on similar feature you mentioned, which requires more powerful general capabilities from CogAgent. Please stay tuned on our coming updates:) |
Feature request / 功能建议
At present, there is only the action of the execution class, and there is no action for page state judgment. Integration with the test framework can be achieved if there are assertion actions
Motivation / 动机
Integration with automated testing frameworks for large model-based automated testing
Your contribution / 您的贡献
It seems that only fine-tuning can be done, and the registration of action through code is not seen. If there is related code, please tell me, I can complete this part of the code.
The text was updated successfully, but these errors were encountered: