SuggestQuestionsPromptTemplatePath
The file path to a custom prompt template file to use to suggest questions. Answer Server uses this template when you request LLM-generated questions by using the GetResources action with Type set to question_suggestion.
The template file must be a text file that Answer Server can use to generate the prompt by substituting the following placeholder values:
-
{{question}}The reference question from the question equivalence class that you specify in the question suggestion request. -
{{equivalent_questions}}The equivalent questions from the question equivalence class that you specify in the question suggestion request. -
{{answer}}The set answer for the question equivalence class that you specify in the question suggestion request.
Your template must instruct the LLM to return a list of new equivalent questions, one per line in the response.
If you do not configure a prompt template, Answer Server uses a simple default prompt.
| Type: | String |
| Default: | Answer Server uses a simple default prompt |
| Required: | No |
| Configuration Section: | MySystem |
| Example: | SuggestQuestionsPromptTemplatePath=C:\KnowledgeDiscovery\AnswerServer\AnswerBank\QuestionSuggestions
|
| See Also: |