refine code

This commit is contained in:
geekan 2024-01-09 17:01:21 +08:00 committed by 莘权 马
parent dacdfd799e
commit b259203f74
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