| from flow_modules.aiflows.ChatFlowModule import ChatAtomicFlow | |
| class CF_CodeCriticWrongAttemptWithPlan(ChatAtomicFlow): | |
| def __init__(self, **kwargs): | |
| super().__init__(**kwargs) | |
| from flow_modules.aiflows.ChatFlowModule import ChatAtomicFlow | |
| class CF_CodeCriticWrongAttemptWithPlan(ChatAtomicFlow): | |
| def __init__(self, **kwargs): | |
| super().__init__(**kwargs) | |