refine code

This commit is contained in:
geekan 2024-01-09 17:01:21 +08:00
parent 33db023e94
commit 7e20e54717
20 changed files with 43 additions and 45 deletions

View file

@ -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