(history, jupyter_state, dialog_info, interpreter)
| 285 | |
| 286 | |
| 287 | def clear_history(history, jupyter_state, dialog_info, interpreter): |
| 288 | interpreter.dialog = [] |
| 289 | jupyter_state.close() |
| 290 | return [], [], JupyterNotebook(), update_uuid(dialog_info) |
| 291 | |
| 292 | interpreter = StreamingOpenCodeInterpreter(model_path=model_path) |
| 293 |
nothing calls this directly
no test coverage detected