CC_flows / CF_CodeCriticWrongAttemptWithPlan.py
martinjosifoski's picture
partially propagate changes (#7)
ca366eb
raw
history blame contribute delete
191 Bytes
from flows.application_flows import OpenAIChatAtomicFlow
class CF_CodeCriticWrongAttemptWithPlan(OpenAIChatAtomicFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)