mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
refactor: 清空了软件公司message中的无用内容
This commit is contained in:
parent
d17fc10478
commit
7571753a53
7 changed files with 14 additions and 29 deletions
|
|
@ -748,10 +748,6 @@ class CodeSummarizeContext(BaseModel):
|
|||
return hash((self.design_filename, self.task_filename))
|
||||
|
||||
|
||||
class BugFixContext(BaseContext):
|
||||
filename: str = ""
|
||||
|
||||
|
||||
class CodePlanAndChangeContext(BaseModel):
|
||||
requirement: str = ""
|
||||
issue: str = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue