We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41558e0 commit 750277cCopy full SHA for 750277c
patchwork/steps/SimplifiedLLMOnce/SimplifiedLLMOnce.py
@@ -3,7 +3,7 @@
3
from patchwork.steps.SimplifiedLLMOnce.typed import SimplifiedLLMOnceInputs
4
5
6
-class SimplifiedLLMOnce(Step, input_class=SimplifiedLLMOnceInputs):
+class SimplifiedLLMOnce(Step, input_class=SimplifiedLLMOnceInputs, output_class=SimplifiedLLMOnceOutputs):
7
def __init__(self, inputs):
8
super().__init__(inputs)
9
0 commit comments