mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
bug fix: use action
This commit is contained in:
parent
21639ebe96
commit
a0a64e7f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue