mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 22:02:38 +02:00
fixbug: unit test
This commit is contained in:
parent
251352e802
commit
1523a0df81
19 changed files with 152 additions and 82 deletions
|
|
@ -55,10 +55,6 @@ class Context(BaseModel):
|
|||
|
||||
_llm: Optional[BaseLLM] = None
|
||||
|
||||
@property
|
||||
def file_repo(self):
|
||||
return self.git_repo.new_file_repository()
|
||||
|
||||
@property
|
||||
def options(self):
|
||||
"""Return all key-values"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue