def __init__()

in aidial_assistant/chain/command_chain.py [0:0]


    def __init__(
        self,
        name: str,
        model_client: ModelClient,
        command_dict: CommandDict,
        max_completion_tokens: int | None = None,
        max_retry_count: int = DEFAULT_MAX_RETRY_COUNT,