def open()

in aidial_sdk/chat_completion/choice.py [0:0]


    def open(self):
        if self._opened:
            raise runtime_error("The choice is already open")

        self._opened = True
        self.send_chunk(StartChoiceChunk(choice_index=self._index))