CREATE TABLE chat_robot_state (
    talk_id text PRIMARY KEY NOT NULL,
    state_proto text not null,
    current_step text
);
