mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-11 16:22:15 +02:00
feat: + compatible with windows path
This commit is contained in:
parent
74aa0aa4a5
commit
51169d7a69
5 changed files with 29 additions and 16 deletions
|
|
@ -178,7 +178,7 @@ class Engineer(Role):
|
|||
is_pass, reason = await self._is_pass(summary)
|
||||
if not is_pass:
|
||||
todo.i_context.reason = reason
|
||||
tasks.append(todo.i_context.dict())
|
||||
tasks.append(todo.i_context.model_dump())
|
||||
|
||||
await self.project_repo.docs.code_summary.save(
|
||||
filename=Path(todo.i_context.design_filename).name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue