Allow editing chat history #2589
pixlmint
started this conversation in
Enhancements
Replies: 1 comment
-
|
You can do this via the debug window, as per the docs. Your workflow suggestion is interesting but I would caution altering history in such a way. My experience is that it doesn't generally yield great results. This could technically be achieved. You could get the last chat ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation states the following:
(Usage > Chat Buffer > Agents)
and I'm wondering if something similar, where we can define ways to modify the message history ourselves, could be implemented. One integration point that comes to mind would be workflows, where we could define a function that receives the current message history and returns a modified version of it - for example with the edit<->test workflow, we might want to always keep the first and the most recent test result in the history, while omitting everything in-between.
Beta Was this translation helpful? Give feedback.
All reactions