[Question]: Trying to figure out create_coding_feature
pattern
#1582
-
What is your question?hey all. wanted to check what everyone's doing with the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
@mainlyetcetera I don't know if you're still following this, but here is your answer. |
Beta Was this translation helpful? Give feedback.
Indeed, its purpose is to edit and generate files.
The way it works is you feed the
code_helper
output with its instructions into the create_coding_feature pattern.Of course, it's rudimentary and it doesn't always work (mostly because the LLMs sometimes create incomplete or bad file-change specifications that Fabric can not parse), but for small subtrees of code and using a powerful enough model, it works okay.
For example, I just created an empty directory, and in that directory, I ran this: