|
|
|
|
|
by nomilk
330 days ago
|
|
I wouldn't expect the AI to see the output of the human running code line by line, but simply that when AI generates code, it places it in the script pane (just how cursor typically edits file(s) to place its generated code in the right places within those files). For quick and dirty EDA in R, the appropriate place is probably just going to be the bottom of the current script. For example here [0] Rao gives the requested code; rather than being presented with Run/Cancel options, I'd prefer an 'Accept' button that places the code at the end of the current script in the script pane so it can be read by the human and run a line at a time (to verify that it works each step of the way) [0] https://imgur.com/a/8x4Ykdt |
|