Skip to content

Conversation

@TejashRajuKV
Copy link

Issue: Chat History Not Persisting

Description:
The chatbot works fine for single prompts, but it’s stateless — it doesn’t remember past messages. The backend already supports receiving chat history, but the frontend (app.py) isn’t sending it.

Expected behavior:

The assistant should remember previous user inputs and responses.

Each new response should take the full conversation history into account.

Steps to Reproduce:

Start the chatbot.

Ask a question.

Ask a follow-up question — the assistant doesn’t remember context.

Cause:
st.session_state is not being used to store and send chat history

Related Issue
#65

@TejashRajuKV
Copy link
Author

please add levels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant