Prompt
{% set question_context = Parses.TopicEntityName | choice %} {% set inference_context = Parses.InferentialChain | first %} The topic of this question is: {{question_context.split(" ") | map("capitalize") | join(" ")}}. The answer to this question should be in the following category: {{ inference_context.split(".") | last | capitalize | replace("_", " ")}} Using this, answer the following question: {{RawQuestion}}
