CCFlows / CF_CodeCriticWrongAttemptWithPlan.py
nbaldwin's picture
renamed flows to aiflows
a44c20f
raw
history blame contribute delete
No virus
191 Bytes
from flow_modules.aiflows.ChatFlowModule import ChatAtomicFlow
class CF_CodeCriticWrongAttemptWithPlan(ChatAtomicFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)