From f6abdc7db48ea8c813b57c6c0115846aecc5d159 Mon Sep 17 00:00:00 2001 From: al2na Date: Mon, 29 Jan 2024 23:20:42 +0100 Subject: [PATCH] new edit on news --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 1b0ede3..894530e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ * new feature: clean_code_blocks() now automatically runs when extractCode() is called * new feature: sendPrompt() now can send previous message correspondence with LLM APIs via "previous.msgs" argument * new feature: selfcorrect() has a new argument called responseWithErrors (default:NULL), via this argument - users can input problematic responses to the selfcorrect() function instead of letting the getting the initial response and potentially failing. + users can input problematic responses to the selfcorrect() function instead of getting the initial response and potentially failing. * new function: runCodeInResponse() can take LLM response and directly run code, and tries to fix if there are errors. * new function: sampleResponse() function tries to fix code errors by repatedly sampling new solutions to the existing prompts