File size: 191 Bytes
0c4a97b
8d9acf3
 
 
 
 
1
2
3
4
5
6
7
from flows.application_flows import OpenAIChatAtomicFlow


class CF_CodeCriticWrongAttemptWithPlan(OpenAIChatAtomicFlow):
    def __init__(self, **kwargs):
        super().__init__(**kwargs)