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 to temp_plan_file_location.

Output Interface:

  • code: The content of the code file.
  • feedback: The feedback from the user.

Configuration Parameters:

  • input_interface: The input interface of the flow.
  • output_interface: The output interface of the flow.

run

def run(input_data: Dict[str, Any])

Run the flow.

Arguments:

  • input_data (Dict[str, Any]): The input data.

Returns:

Dict[str, Any]: The output data.

example_code_file

run

__init__

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support