You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: we need to make this more "soft" and ask the AI if the task was solved correctly!
98
+
//checkLastMessage('stringone stringtwo');
99
99
100
100
// unselect all tools
101
101
cy.wait(100).contains('toggle').click();
102
102
103
+
cy.screenshot('custom_tool',{overwrite: true});
104
+
103
105
// select python
104
106
startNewChat();
105
107
cy.contains('executePython').click();
106
108
writeMessage(
107
-
"Can you calculate the prime numbers to 50 using a python script? Only give me the list in the final answer (2, 3, 5, ...), don't comment on the code{enter}",
109
+
'Can you calculate the prime numbers from 200 to 300 using a python script? Only give me the list in the final answer (2, 3, 5, …), don’t comment on the code{enter}',
0 commit comments