-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello eric-sf, follow up questions works as it is seen in SS below. if the question asked doesn't have a likely follow up it won't suggest any. In other words if answer is definitive it won't suggest follow up questions. |
Beta Was this translation helpful? Give feedback.
-
With the checkmark enabled in the "Adjust" panel. Prompts are added to request the LLM to return any suggested follow up questions. You can find this in our prompt engineering code in https://github.com/microsoft/PubSec-Info-Assistant/blob/v1.0/app/backend/approaches/chatreadretrieveread.py. In order to make this permanent this you would need to consider specific prompt engineering to reenforce this behavior as part of the system prompt or update the |
Beta Was this translation helpful? Give feedback.
With the checkmark enabled in the "Adjust" panel. Prompts are added to request the LLM to return any suggested follow up questions. You can find this in our prompt engineering code in https://github.com/microsoft/PubSec-Info-Assistant/blob/v1.0/app/backend/approaches/chatreadretrieveread.py.
In order to make this permanent this you would need to consider specific prompt engineering to reenforce this behavior as part of the system prompt or update the
follow_up_questions_prompt_content
langauge in the above file.