Source code for swarmauri.core.conversations.ISystemContext

from abc import ABC, abstractmethod

[docs] class ISystemContext(ABC): pass