Skip to content

Commit 0071c94

Browse files
committed
update news
1 parent 68802d4 commit 0071c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# mergen Version 0.2.0 _2023-12-29_
1+
# mergen Version 0.2.0 _2024-01-29_
22
* URLs in DESCRIPTION added
33
* new feature: now users can specify openai-like APIs by providing url and setting
44
agent name as "generic" in setupAgent() function
55
* new feature: clean_code_blocks() now automatically runs when extractCode() is called
66
* new feature: sendPrompt() now can send previous message correspondence with LLM APIs via "previous.msgs" argument
7-
* new feature: selfcorrect() has a new argument called responseWithErrors (default:NULL), via this arguments
7+
* new feature: selfcorrect() has a new argument called responseWithErrors (default:NULL), via this argument
88
users can input problematic responses to the selfcorrect() function instead of letting the getting the initial response and potentially failing.
99
* new function: runCodeInResponse() can take LLM response and directly run code, and tries
1010
to fix if there are errors.

0 commit comments

Comments
 (0)