mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
fixbug: project name
This commit is contained in:
parent
222ae5ada3
commit
dcdf643f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ class Engineer(Role):
|
|||
|
||||
async def _think(self) -> Action | None:
|
||||
if not self.src_workspace:
|
||||
name = self._get_src_workspace_name()
|
||||
name = await self._get_src_workspace_name()
|
||||
self.src_workspace = self.git_repo.workdir / name
|
||||
write_plan_and_change_filters = any_to_str_set([WriteTasks, FixBug])
|
||||
write_code_filters = any_to_str_set([WriteTasks, WriteCodePlanAndChange, SummarizeCode])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue