Skip to content

Commit cdd9b54

Browse files
committed
fix
1 parent 8be1174 commit cdd9b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/agents/tapeagent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ def get_action(self, obs: Observation | list[Observation]) -> tuple[Action, Tape
100100
def final_tape(self) -> Tape:
101101
truncated = not any([isinstance(s, StopStep) for s in self.tape.steps])
102102
self.tape.metadata = ExtendedMetadata(author=self.agent.name, truncated=truncated)
103-
return self.tape
103+
return self.tape

0 commit comments

Comments
 (0)