I would like to allow user A to create a fact/information that is then accessible by all other users of the bot. For example:
userBob: when is our next release?
Lisa: There are no scheduled releases at this time.userAmy: remember that our next release is on February 8
Lisa: Got it! The next release is February 8userBob; When is our next release?
Lisa: The next scheduled release is February 8
I know that if I put a Table before a topic that I can create facts like (february_8 time release) that are seen by every user but i have to know this information before hand. What I want is to allow users to add to this universal set of facts.
Stephen G.