In reveal, it was mentioned that the schema would be cached so that subsequent searches would be faster. Does this mean a single schema will be cached, and if a new question with a different schema is asked, then it will be cached and the other forgotten? Or can multiple schemas be cached?
As an example, suppose I have a multi layered approach where I classify the input, use a prompt template for the class, and a different json structure for each template. I have 6 classes. Will all 6 get cached or one at a time?