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
whileresults[0]['status'] =='error'andrepair_attempts==0: # only try once
366
369
error_message=results[0]['content']
367
370
new_instruction=f"We run into the following problem executing the code, please fix it:\n\n{error_message}\n\nPlease think step by step, reflect why the error happens and fix the code so that no more errors would occur."
whileresults[0]['status'] =='error'andrepair_attempts==0: # only try once
434
415
error_message=results[0]['content']
435
416
new_instruction=f"We run into the following problem executing the code, please fix it:\n\n{error_message}\n\nPlease think step by step, reflect why the error happens and fix the code so that no more errors would occur."
Copy file name to clipboardExpand all lines: src/views/DataFormulator.tsx
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ import {
18
18
Typography,
19
19
Box,
20
20
Tooltip,
21
+
Button,
21
22
}from'@mui/material';
22
23
23
24
@@ -149,6 +150,10 @@ Totals (7 entries) 5 5 5 15
149
150
<Tooltiptitle={<Box>Example of a table in image format: <Boxcomponent="img"sx={{width: '100%',marginTop: '6px'}}alt=""src={exampleImageTable}/></Box>}><Typographycolor="secondary"display="inline"sx={{cursor: 'help',"&:hover": {textDecoration: 'underline'}}}>an image</Typography></Tooltip> that contain data into clipboard to get started.
0 commit comments