mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 17:56:23 +02:00
merge main to dev
This commit is contained in:
commit
76d4451fc6
28 changed files with 1479 additions and 55 deletions
|
|
@ -470,6 +470,14 @@ 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]
|
||||
|
||||
|
||||
# mermaid class view
|
||||
class ClassMeta(BaseModel):
|
||||
name: str = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue