(self)
| 45 | self.append({"role": x["role"], "content": content}) |
| 46 | |
| 47 | def __len__(self): |
| 48 | return self.input_history.__len__() |
| 49 | |
| 50 | def __str__(self): |
| 51 | return self.input_history.__str__() |
nothing calls this directly
no outgoing calls
no test coverage detected