devika icon indicating copy to clipboard operation
devika copied to clipboard

Fix - recursive rendering

Open homuch opened this issue 1 year ago • 0 comments

Issues

Some agents reuse the arguments to save the rendered prompt, but this may cause the prompt to be nested or with extra commas if the response isn't valid on the first try.

Changes

Renaming variables in these functions to avoid changing the original arguments.

homuch avatar Mar 27 '24 16:03 homuch