How do you test Operator
Hello, thanks for the nice job! I wonder how do you prompt Operator to finish the task? It seems that the model computer_use_preview don't follow instruction well, and there is no "finish" action in the predefined actions space. How do you make it stop when it finish the task? Is there any code to share for using operator?
Hi, thanks a lot for your interest! We didn't test Operator through the API at that time (as it wasn't supported yet). Instead, we manually entered each task on the web interface and saved the results. On the web interface, Operator stops quite well once the task is completed. We also suspect there may be some subtle differences between the web interface and the API—perhaps the web version uses prompts that are specifically optimized for browser use, whereas the API is tuned more for computer use.
Hi, thanks a lot for your interest! We didn't test Operator through the API at that time (as it wasn't supported yet). Instead, we manually entered each task on the web interface and saved the results. On the web interface, Operator stops quite well once the task is completed. We also suspect there may be some subtle differences between the web interface and the API—perhaps the web version uses prompts that are specifically optimized for browser use, whereas the API is tuned more for computer use.
Thanks for your response!