Now, ^respond will pick the topic and try to respond without filtering the topic’s keyword list.
This is useful, but some times I would like to pick the topic and try to respond only when the input satisfy the keyword list.
I understand I can achieve this by using ^keywordtopics(). However, I really would like to control the order of topics when it’s called. It looks like ^keywordtopics() could accommodate three different priorities “normal priority deprioritize”. What if I need more of priority levels?
Maybe there is already a better way to sort the fact sets. Could you please point out some example? If I can control the order of matched topics, I might not need ^respond with filtering keyword list.