(self, data_point)
| 126 | |
| 127 | |
| 128 | def generate_example_prompt(self, data_point): |
| 129 | return f"""### Example {data_point["idx"]}: |
| 130 | {data_point["input"]} |
| 131 | |
| 132 | ### Response:\n{data_point["output"]} |
| 133 | """ |
| 134 | |
| 135 | def get_history(self, row): |
| 136 | row['history_item_title'] = eval(row['history_item_title']) |
nothing calls this directly
no outgoing calls
no test coverage detected