langchain-ai / open-canvas

📃 A better UX for chat, writing content, and coding with LLMs.
https://opencanvas.langchain.com/
MIT License
2.58k stars 377 forks source link

Implement feedback for reflections #123

Closed bracesproul closed 2 weeks ago

bracesproul commented 3 weeks ago

Similar to #121 but this feedback should live inside the reflections dialog. We should also allow users to add a comment giving more detail to their feedback (give it a 200 char limit).

This should also only allow users to give feedback once per reflection generation. This will require some slightly more complex data fetching to ensure you're appending the feedback to the most recent reflection graph run, and to not allow users to apply feedback multiple times for the same generation.

If you're interested in taking this on but are confused as to how this would be implemented, please tag me and I can give more context.

bracesproul commented 2 weeks ago

Backlog for now