The community member is using the CondensePlusContextChatEngine and wants to know how to generate questions from their question. The comments suggest that the chat mode is already condensing a new question based on the query and previous chat history, and the community member should check the response object. The comments also mention that the community member can check the questionGenerator module for generating more questions. However, the community member is having trouble finding the generated questions in the response. The comments explain that the updated question is found under the ToolOutput object, but it may not be visible in the first run and will start modifying the question when there is a chat history.
This chat mode is already condensing a new question based on your new query and previous chat history. You need to check the response object, it is present inside that
Yes under ToolOutput object you are getting raw_input={"message": condensed_question}, In this you'll find updated question based on your question. Do note it will not show updated question in the first run , it will start modifying the question when it has a chat history.