Fabric icon indicating copy to clipboard operation
Fabric copied to clipboard

[Question]: As a beginner, how can I know what ability the patterns have?

Open jeffw1527 opened this issue 1 year ago • 2 comments

What is your question?

As the title, the content of patterns is hard to use. In other words, how can I get enough examples to konw how to use them?

jeffw1527 avatar Aug 26 '24 07:08 jeffw1527

I suggest to begin with a slight modification to an existing pattern instead of writing your own from scratch. Then, see how it works and improve gradually.

The structure reflects the best practice of prompt engineering.

# IDENTITY and PURPOSE

# STEPS

# OUTPUT INSTRUCTIONS

# INPUT:

INPUT:

ggsato avatar Aug 28 '24 05:08 ggsato

The patters do 'kind of' document themselves. If you open Daniels Gitbhub pattersn/<pattern_name>/system.mf or cat the local .config/fabric/patterns/<pattern_name>/system.md you will get the text of the prompt. A couple of the prompts have read-me's but not many.

Good luck

charlie-romeo avatar Sep 07 '24 23:09 charlie-romeo