engshell
engshell copied to clipboard
Memory behaving in unexpected ways
Happens to me with "make a text file", then "put a poem in it --llm --showcode". I would expect the poem to be in the text file, but the generated code creates a new text file rather than paying attention to the previous response.
The system here uses a new client for each request, so there can be no memory from one to the next.
This is a limitation that is readily avoided. I'll do some tests.