def __init__()

in agents/utils/history_util.py [0:0]


    def __init__(
        self,
        model: str,
        system: str,
        context_window_tokens: int,
        client: Any,
        enable_caching: bool = True,