Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Jan 13, 2025
1 parent bc88fa9 commit 3713f66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ async def __call__(self, messages: Sequence[AgentEvent | ChatMessage]) -> StopMe

async def reset(self) -> None:
for condition in self._conditions:
await condition.reset()
await condition.reset()

0 comments on commit 3713f66

Please sign in to comment.