mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-04 21:32:38 +02:00
refine code
This commit is contained in:
parent
33db023e94
commit
7e20e54717
20 changed files with 43 additions and 45 deletions
|
|
@ -104,7 +104,7 @@ class Context(LLMMixin, BaseModel):
|
|||
|
||||
|
||||
class ContextMixin:
|
||||
"""Mixin class for configurable objects"""
|
||||
"""Mixin class for configurable objects: Priority: more specific < parent"""
|
||||
|
||||
_context: Optional[Context] = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue