def on_state()

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


    def on_state(self, request: str, response: str):
        self._invocation_index += 1
        self._invocations.append(
            Invocation(
                index=self._invocation_index, request=request, response=response
            )
        )