Consistency in imaginary programming functions

1 · · Dec. 7, 2021, 2:11 p.m.
Summary I add consistency to results for prompting functions by remembering the previous output to that function and prepending it into the next prompting function prompt. Prompt format addition (prepend-previous) Example prompt http://github.com/semiosis/prompts/blob/master/prompts/imagine-evaluating-emacs-lisp-2.prompt When prepend-previous is on the previously selected/generated prompt and result are prepended to the new prompt to obtain consistency in output. This is useful for mocking API...