I have made an agent the helps students ask questions in class. Once the source material is provided (current webpage , a url, doc, image) the agent is able to provide the questions but there it stops. I want the student to be able to use the Chat block to converse about the source material and have quiz questions generated etc. However, the Chat Block has no memory of what the source material is.
Hi @Todd, thanks for the post!
The Chat block only has context in the following cases:
- It’s set to RAG and queries your pre-uploaded Data Sources
- The block right before Chat is a Generate Text block with Output Behavior set to “Display to User”, and the prompt references variables that contain the source materials
Hope this helps!