Chaining Sequential Patterns? #885
Unanswered
holdengand
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to Fabric and there is a lot I expect I don't know about this particular tool yet. If this is a feature and I am overlooking it I apologize. But is it possible to set up a Pattern or command of some kind that can run a chain of patterns? For example, could I use a Pattern that summarized information from some text, and then have that output of summarized data then run through a second Pattern with instructions to organize that summery in a particular way?
I suppose an obvious question might be, why not have that formatting be part of the first Pattern so the output summery is already formatted the way you want. But in my experience in other applications similar in function to this, I have had better results breaking up the task into chunks. And sometimes I might need or want each step of the process for different reasons. And it would be nice if I could chain those Patterns back to back so it doesn't have to be done manually.
Additionally, can you set what model a particular pattern uses by default so if you have several Patterns you are trying to use and you wish to use different models with different patterns, the model can switch automatically for that pattern when its being pulled rather then set the model each time?
Beta Was this translation helpful? Give feedback.
All reactions