mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-23 17:01:08 +02:00
update write_code_plan_and_change_an.py and add it to _think and _act process
This commit is contained in:
parent
95ccd980f8
commit
1959743d0b
5 changed files with 101 additions and 56 deletions
|
|
@ -451,3 +451,11 @@ class CodeSummarizeContext(BaseModel):
|
|||
|
||||
class BugFixContext(BaseContext):
|
||||
filename: str = ""
|
||||
|
||||
|
||||
class CodePlanAndChangeContext(BaseContext):
|
||||
filename: str = ""
|
||||
requirement_doc: Document
|
||||
prd_docs: List[Document]
|
||||
design_docs: List[Document]
|
||||
task_docs: List[Document]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue