def __init__()

in aidial_assistant/application/assistant_callback.py [0:0]


    def __init__(self, choice: Choice, addon_name_mapping: dict[str, str]):
        self.choice = choice
        self.addon_name_mapping = addon_name_mapping

        self._invocations: list[Invocation] = []
        self._invocation_index: int = -1
        self._discarded_messages: int = 0