I’ve decided to incorporate multiple files for my chatbot (i.e. introductions.top, books.top, movies.top etc.) and I was wandering if ^reuse() can be used across files.
I see that you can use it across topics by using ^reuse(~TOPICNAME.LABEL) within the same file. When I attempted to do this for a topic in another file, I get ‘Missing cross-topic label’ error during build.
Is there a way to reference a rule from another file using ^reuse(), or are they meant to be entirely separate?
Cheers.