bug fix: use action

This commit is contained in:
stellahsr 2023-10-09 21:46:46 +08:00
parent 21639ebe96
commit a0a64e7f3b

View file

@ -306,7 +306,7 @@ class CurriculumDesigner(Base):
self, events=events, chest_observation=chest_observation
)
else:
context = await self.DesignCurriculum().run(
context = await DesignCurriculum().run(
task, human_msg, system_msg, *args, **kwargs
)