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 2c43980 commit 32fdad6Copy full SHA for 32fdad6
lavague-sdk/lavague/sdk/trajectory/model.py
@@ -110,4 +110,4 @@ class StepCompletion(ActionWrapper):
110
run_mode: RunMode
111
112
def to_knowledge(self, instruction: Instruction) -> StepKnowledge:
113
- return StepKnowledge(instruction=instruction, action=self.action)
+ return StepKnowledge(instruction=instruction, action=self.action)
0 commit comments