Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: guidance engine - no reset of expired conversation #52

Open
renehonig opened this issue Feb 9, 2024 · 0 comments
Open

BUG: guidance engine - no reset of expired conversation #52

renehonig opened this issue Feb 9, 2024 · 0 comments

Comments

@renehonig
Copy link
Member

renehonig commented Feb 9, 2024

Describe the bug
As a user of the guidance engine, I want to be clear whether my query is part of an ongoing conversation or the start of a new conversation. If it is part of an ongoing conversation, I want the original conversation to be displayed in the chat window. If the chat window if empty, i want my next query to be treated as a new conversation

Currently when a user comes back to the chat window after a previous conversation without giving (the very hidden) clear chat command, the guidance engine threats the next query as part of an ongoing conversation (even if the previous conversation was days ago). This leads to unpredictable answers and hampers the guidance engine performance.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'chat window'
  2. Ask a query
  3. Wait a long time
  4. Login from a different browser
  5. Go to 'chat window'
  6. Ask another query
  7. Check that this query is treated as an onging conversation in Langsmith

Expected behavior
When the chat window is empty, I expect my next query to be the start of a new conversation

@renehonig renehonig changed the title BUG: BUG: guidance engine - no reset of expired conversation Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants