YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Table of Contents
ParseFeedbackAtomicFlow
ParseFeedbackAtomicFlow Objects
class ParseFeedbackAtomicFlow(AtomicFlow)
This flow parses the feedback from the user. The flow is supposed to be called after the CodeFileEdit or PlanFileEdit flow. The flow will open the file in VSCode and wait for the user to edit the file. Once the user closes the file, the flow will parse the file and return the content of the file.
Input Interface:
temp_code_file_location
: Notice that if we are parsing the plan file, this should be changed totemp_plan_file_location
.
Output Interface:
code
: The content of the code file.feedback
: The feedback from the user.
__init__
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support