from flows.application_flows import OpenAIChatAtomicFlow | |
class CF_CodeCriticWrongAttemptWithPlan(OpenAIChatAtomicFlow): | |
def __init__(self, **kwargs): | |
super().__init__(**kwargs) | |
from flows.application_flows import OpenAIChatAtomicFlow | |
class CF_CodeCriticWrongAttemptWithPlan(OpenAIChatAtomicFlow): | |
def __init__(self, **kwargs): | |
super().__init__(**kwargs) | |