def get_features()

in base_classes.py [0:0]


    def get_features(self, prompt: str, completions: List[str]) -> List[dict[str, float]]:
        #Takes in a prompt and a list of completions, returns a dictionary of feature names and their values
        pass